From 013faa8c6a793bae0586ba11afd4970cd23f7de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Sun, 18 Jul 2021 18:53:52 +0200 Subject: [PATCH] set CI to also check a MR if it only modifies shell scripts --- .gitlab/CI/recompile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/CI/recompile.yml b/.gitlab/CI/recompile.yml index c748ca254d..a6bc634b8e 100644 --- a/.gitlab/CI/recompile.yml +++ b/.gitlab/CI/recompile.yml @@ -4,7 +4,7 @@ - if: $CI_PIPELINE_SOURCE == "merge_request_event" # No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses changes: - - "**/*.{glsl,png,rs,ron,toml,vox,yml,wav}" + - "**/*.{glsl,png,rs,ron,toml,vox,yml,wav,sh}" - "rust-toolchain" - "Cargo.lock" - ".gitlab-ci.yml" @@ -14,7 +14,7 @@ .recompile: rules: - changes: - - "**/*.{glsl,png,rs,ron,toml,vox,yml,wav}" + - "**/*.{glsl,png,rs,ron,toml,vox,yml,wav,sh}" - "rust-toolchain" - "Cargo.lock" - ".gitlab-ci.yml" \ No newline at end of file