Skip to content
Snippets Groups Projects
Verified Commit 271c3394 authored by Mira Manninen's avatar Mira Manninen
Browse files

No need to run on each master change

parent 13903322
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,6 @@ stages:
build:
stage: build
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: always
- if: '$CI_COMMIT_TAG != null'
when: always
- if: '$CI_MERGE_REQUEST_ID != null'
......@@ -32,8 +30,6 @@ build:
test:
stage: test
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
- if: '$CI_COMMIT_TAG != null'
when: on_success
- if: '$CI_MERGE_REQUEST_ID != null'
......
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