Datei .gitlab-ci.yml aktualisieren

This commit is contained in:
Oscar Krause 2025-04-14 20:13:02 +02:00
parent f9c7475250
commit 9e5b4f5a42

View File

@ -89,6 +89,7 @@ build:pacman:
interruptible: true interruptible: true
stage: build stage: build
rules: rules:
- if: $CI_COMMIT_BRANCH && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
variables: variables:
VERSION: $CI_COMMIT_REF_NAME VERSION: $CI_COMMIT_REF_NAME