Update .gitlab-ci.yml file

This commit is contained in:
Kevin Tumma 2023-06-29 16:02:35 +02:00
parent 5aee9a833c
commit 38c3cdc229

View File

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