mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29: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:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ 0.x ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ 0.x ]
|
||||
paths-ignore:
|
||||
- "Translations/*"
|
||||
- "installer/*.pot"
|
||||
|
|
Loading…
Reference in a new issue