Merge branch 'songtronix/final-ci-fix-pls' into 'master'

fix(ci): avoid running redundant jobs on master

See merge request veloren/veloren!1022
This commit is contained in:
Songtronix 2020-05-28 18:34:16 +00:00
commit a912bc9552

View File

@ -1,6 +1,7 @@
# Template to only run if actual changes has been made to the code and not just documentation
.recompile:
rules:
- if: $CI_COMMIT_REF_NAME !~ /^master$/
- changes:
- "**/*.{rs,ron,toml,vox,png}"
- "rust-toolchain"