Update .gitlab-ci.yml file to run only on master

This commit is contained in:
Maddo 2025-02-24 16:34:37 +00:00
commit 62b0f88295

View file

@ -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