Skip to content
Snippets Groups Projects
Commit 97ce14c0 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[ci] test release branches

parent 29c5ab55
No related branches found
No related tags found
1 merge request!2669[ci] test release branches
Pipeline #4946 passed
+1
......@@ -13,7 +13,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == "master"
- if: '$CI_COMMIT_BRANCH =~ /^(master|releases\/)/'
# for commits happening on master, we check if there was a successful
# pipeline on a related merge request already. If yes, we simply return
......@@ -26,7 +26,7 @@ check-pipeline-status:
when: never
- if: $CI_PIPELINE_SOURCE == "pipeline"
when: never
- if: $CI_COMMIT_BRANCH == "master"
- if: '$CI_COMMIT_BRANCH =~ /^(master|releases\/)/'
when: always
script:
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment