Merge branch 'master' into test

This commit is contained in:
Steffen Jost 2023-10-26 08:12:52 +00:00
commit 18af65da10

View File

@ -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: