Update .gitlab-ci.yml file

This commit is contained in:
Kevin Tumma 2023-07-13 14:12:58 +02:00
parent ebc184bc5c
commit 13fe31f8a6

View File

@ -26,7 +26,8 @@ workflow:
variables:
PIPELINE: "release"
- if: $CI_COMMIT_TAG
when: never
variables:
PIPELINE: "default"
- if: $CI_PIPELINE_SOURCE == "push"
when: never
- if: "$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS"