Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-08-30 15:15:54 +02:00
parent 2a8ae8bb12
commit 747eac6221

View File

@ -26,6 +26,7 @@ workflow:
- if: $CI_COMMIT_REF_NAME =~ /release/
variables:
PIPELINE: "release"
- if: $PIPELINE == "custom"
- if: $CI_COMMIT_TAG
when: never
- if: $CI_PIPELINE_SOURCE == "push"