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
d7ea0cad8f
commit
7963cfeade
@ -1,6 +1,7 @@
|
|||||||
# Template to only run if actual changes has been made to the code and not just documentation
|
# Template to only run if actual changes has been made to the code and not just documentation
|
||||||
.recompile:
|
.recompile:
|
||||||
rules:
|
rules:
|
||||||
|
- if: $CI_COMMIT_REF_NAME !~ /^master$/
|
||||||
- changes:
|
- changes:
|
||||||
- "**/*.{rs,ron,toml,vox,png}"
|
- "**/*.{rs,ron,toml,vox,png}"
|
||||||
- "rust-toolchain"
|
- "rust-toolchain"
|
||||||
|
Loading…
Reference in New Issue
Block a user