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

fix workflow rules

parent baa903a5
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@ stages:
- build
- deploy
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_COMMIT_TAG == null'
when: never
- if: '$CI_COMMIT_BRANCH'
- if: $CI_COMMIT_TAG != null
build-dev:
image: node:latest
tags:
......
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