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