Update recompile.yml

This commit is contained in:
Joshua Yanovski 2020-09-02 18:33:36 +00:00
parent 5d1f7d7a0a
commit 45030530b8

View File

@ -6,7 +6,7 @@
- if: $CI_COMMIT_REF_NAME !~ /^master$/
# No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses
changes:
- "**/*.{rs,ron,toml,vox,png}"
- "**/*.{glsl,rs,ron,toml,vox,png}"
- "rust-toolchain"
- ".gitlab-ci.yml"
- "**/*.yml"
@ -17,7 +17,7 @@
- veloren-docker
rules:
- changes:
- "**/*.{rs,ron,toml,vox,png,wav}"
- "**/*.{glsl,rs,ron,toml,vox,png,wav}"
- "rust-toolchain"
- ".gitlab-ci.yml"
- "**/*.yml"