chore(gitlab-ci): remove workflow rules to enable pipeline for all branches

This commit is contained in:
Sarah Vaupel 2023-10-25 02:41:53 +00:00
parent 9ca9c38830
commit 06f4024426

View File

@ -2,12 +2,12 @@
# #
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
workflow: # workflow:
rules: # rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_MERGE_REQUEST_ID # - if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG =~ /^v/ # - if: $CI_COMMIT_TAG =~ /^v/
- if: $CI_COMMIT_TAG =~ /^t/ # - if: $CI_COMMIT_TAG =~ /^t/
default: default:
image: image: