mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix(ci): avoid running redundant jobs on master
This commit is contained in:
parent
ff8323ae62
commit
d4005bdd0e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user