mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'songtronix/fix-small-ci-mistake' into 'master'
fix(ci): avoid unneeded jobs on master See merge request veloren/veloren!1026
This commit is contained in:
commit
6970f36185
@ -2,8 +2,9 @@
|
||||
.recompile:
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME !~ /^master$/
|
||||
- changes:
|
||||
# No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses
|
||||
changes:
|
||||
- "**/*.{rs,ron,toml,vox,png}"
|
||||
- "rust-toolchain"
|
||||
- ".gitlab-ci.yml"
|
||||
- "**/*.gitlab-ci.yml"
|
||||
- "**/*.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user