mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'songtronix/final-ci-fix-pls' into 'master'
fix(ci): avoid running redundant jobs on master See merge request veloren/veloren!1022
This commit is contained in:
commit
a912bc9552
@ -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…
Reference in New Issue
Block a user