mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
Bring back CI for 0.x
This commit is contained in:
parent
26c43cd099
commit
6fa4056cd4
4
.github/workflows/dev-desktop-builds.yml
vendored
4
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -2,9 +2,9 @@ name: Development desktop builds
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ 0.x ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ 0.x ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "Translations/*"
|
- "Translations/*"
|
||||||
- "installer/*.pot"
|
- "installer/*.pot"
|
||||||
|
|
Loading…
Reference in a new issue