ci: Disable Pipeline execution for branches

This commit is contained in:
Georg Krause 2022-11-23 09:12:39 +01:00
parent 6845366366
commit 0fc7a96eef
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 0 additions and 1 deletions

View File

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