From 06f402442635284ee784298dcaaf4add5deb08f0 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 25 Oct 2023 02:41:53 +0000 Subject: [PATCH] chore(gitlab-ci): remove workflow rules to enable pipeline for all branches --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8b765b92..e6f7c6ef5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,12 +2,12 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -workflow: - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - if: $CI_MERGE_REQUEST_ID - - if: $CI_COMMIT_TAG =~ /^v/ - - if: $CI_COMMIT_TAG =~ /^t/ +# workflow: +# rules: +# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH +# - if: $CI_MERGE_REQUEST_ID +# - if: $CI_COMMIT_TAG =~ /^v/ +# - if: $CI_COMMIT_TAG =~ /^t/ default: image: