From 38c3cdc2292e72f0333467d8128acb989945cf34 Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Thu, 29 Jun 2023 16:02:35 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaba055..00fc266 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"