mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
298 B
YAML
10 lines
298 B
YAML
# 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"
|
|
- ".gitlab-ci.yml"
|
|
- "**/*.gitlab-ci.yml"
|