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

Make build-dev manual on master

parent 5940da6d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,10 @@ build-dev: ...@@ -16,7 +16,10 @@ build-dev:
- spraaksamlingene_01 - spraaksamlingene_01
stage: build stage: build
rules: rules:
- if: $CI_COMMIT_TAG == null - if: $CI_COMMIT_TAG != null
when: never
- if: $CI_COMMIT_REF_NAME == 'master'
when: manual
when: always when: always
script: 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