This commit is contained in:
Imbris 2021-04-15 20:19:47 -04:00
parent 9c59033976
commit 5546e6d4ba
2 changed files with 2 additions and 8 deletions

View File

@ -37,9 +37,9 @@ before_script:
workflow:
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
include:
- local: .gitlab/CI/recompile.yml

View File

@ -4,13 +4,7 @@
- veloren-docker
rules:
- if: $CI_COMMIT_REF_NAME !~ /^master$/
# No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses
changes:
- "**/*.{glsl,rs,ron,toml,vox,png}"
- "rust-toolchain"
- "Cargo.lock"
- ".gitlab-ci.yml"
- "**/*.yml"
when: manual
# like .recompile-branch but will run on master too
.recompile: