fix(ci): avoid running redundant jobs on master

This commit is contained in:
Songtronix 2020-05-28 20:22:49 +02:00
parent ff8323ae62
commit d4005bdd0e

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"