Skip to content
Snippets Groups Projects
Verified Commit ad9b2cc2 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

ci: run develop pipelines when source is nightlies

Allow pipelines originating from another pipeline like `nightlies` to
run even if not on the default branch.
parent 1ff94663
Branches develop
No related tags found
No related merge requests found
Pipeline #92941 passed
......@@ -3,6 +3,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'web'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'parent_pipeline'
- if: $CI_PIPELINE_SOURCE == 'pipeline'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
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