mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 07:54:50 -04:00
Workflow ignores installer po and pot files
This commit is contained in:
parent
ebd4db974f
commit
7556d0fb21
1 changed files with 4 additions and 1 deletions
5
.github/workflows/dev-desktop-builds.yml
vendored
5
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -5,7 +5,10 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore: "Translations/*"
|
paths-ignore:
|
||||||
|
- "Translations/*"
|
||||||
|
- "installer/*.pot"
|
||||||
|
- "installer/po/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.2.2
|
GODOT_VERSION: 3.2.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue