From 62b0f88295fd367b9156f0a62306df863da11a35 Mon Sep 17 00:00:00 2001 From: Maddo Date: Mon, 24 Feb 2025 16:34:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file to run only on master --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca405017..8c70bc75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: barichello/godot-ci:mono-4.4 +workflow: + rules: + - if: $CI_COMMIT_BRANCH == 'master' + # NOTE: If your `project.godot` is at the repository root, set `PROJECT_PATH` below to ".". # Cache imported assets between runs