mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Update .gitlab-ci.yml file to run only on master
This commit is contained in:
parent
d575065bb6
commit
62b0f88295
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue