Skip to content
Snippets Groups Projects
Commit a8999c8c authored by Maxence Naud's avatar Maxence Naud
Browse files

Update rules.gitlab-ci.yml allow manual release for 'dev' branch

parent ab6e4210
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@
when: always
- if: $CI_COMMIT_TAG
when: always
- if: $CI_PIPELINE_SOURCE == "web" && $CI_COMMIT_BRANCH == "dev" # Manual trigger only on dev branch
when: manual
allow_failure: false
when: manual
allow_failure: false
......
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