diff --git a/.gitlab/CI/recompile.yml b/.gitlab/CI/recompile.yml index 0941d77e72..00efba2003 100644 --- a/.gitlab/CI/recompile.yml +++ b/.gitlab/CI/recompile.yml @@ -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"