Skip to content
Snippets Groups Projects
Commit 35ffb302 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Make deploy-dev automatic on detatched pipeline

parent b601e655
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ deploy-dev:
- spraaksamlingene_01
stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == 'merge_request_event'
when: always
- when: manual
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