veloren/.gitlab/CI/recompile.yml

9 lines
248 B
YAML

# Template to only run if actual changes has been made to the code and not just documentation
.recompile:
rules:
- changes:
- "*.{rs,ron,toml,vox,png}"
- "rust-toolchain"
- ".gitlab-ci.yml"
- "*.gitlab-ci.yml"