mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Workflow ignores installer po and pot files
This commit is contained in:
parent
ebd4db974f
commit
7556d0fb21
5
.github/workflows/dev-desktop-builds.yml
vendored
5
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -5,7 +5,10 @@ on:
|
|||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore: "Translations/*"
|
||||
paths-ignore:
|
||||
- "Translations/*"
|
||||
- "installer/*.pot"
|
||||
- "installer/po/*"
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.2.2
|
||||
|
|
Loading…
Reference in a new issue