Skip to content
Snippets Groups Projects
Verified Commit c1891c42 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Only build artifacts for tags

parent 50556240
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ release-artifacts:
paths:
- "build/libs/*"
rules:
- if: "$CI_COMMIT_TAG != '' && $CI_COMMIT_BRANCH == 'master'"
- if: "$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == 'master'"
when: on_success
release-docs:
stage: "release"
......
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