veloren/.gitlab/CI/recompile.yml

10 lines
298 B
YAML
Raw Normal View History

2020-05-15 13:34:52 +00:00
# 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$/
2020-05-15 13:34:52 +00:00
- changes:
- "**/*.{rs,ron,toml,vox,png}"
2020-05-15 13:34:52 +00:00
- "rust-toolchain"
- ".gitlab-ci.yml"
- "**/*.gitlab-ci.yml"