mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Skip ci when importing translations
This commit is contained in:
parent
3b4cb058de
commit
2b8df6b0f9
1
.github/workflows/godot-ci-test.yml
vendored
1
.github/workflows/godot-ci-test.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore: "Translations/*"
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 3.2.2
|
||||
|
|
Loading…
Reference in a new issue