Make CI trigger on .ftl changes

This commit is contained in:
juliancoffee 2022-08-19 18:29:47 +03:00
parent 7587fb6e96
commit a16af15140

View File

@ -4,7 +4,7 @@
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
# No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses
changes:
- "**/*.{glsl,png,rs,ron,toml,vox,yml,wav,sh}"
- "**/*.{glsl,png,rs,ron,ftl,toml,vox,yml,wav,sh}"
- "rust-toolchain"
- "Cargo.lock"
- ".gitlab-ci.yml"
@ -14,7 +14,7 @@
.recompile:
rules:
- changes:
- "**/*.{glsl,png,rs,ron,toml,vox,yml,wav,sh}"
- "**/*.{glsl,png,rs,ron,ftl,toml,vox,yml,wav,sh}"
- "rust-toolchain"
- "Cargo.lock"
- ".gitlab-ci.yml"
- ".gitlab-ci.yml"