mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Make CI trigger on .ftl changes
This commit is contained in:
parent
7587fb6e96
commit
a16af15140
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user