ci: Disable Pipeline execution for branches

This commit is contained in:
Georg Krause 2022-11-23 09:12:39 +01:00
commit 0fc7a96eef
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

@ -19,7 +19,6 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
stages:
- deploy