1
0
Fork 0
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:
Manolis Papadeas 2020-08-10 00:02:52 +03:00 committed by GitHub
parent ebd4db974f
commit 7556d0fb21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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