Skip to content
Snippets Groups Projects
Verified Commit d32c8863 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

ci(gitlab): run release job on default branch only

parent 2b3762f1
No related branches found
No related tags found
1 merge request!9Resolve "set up release workflow"
......@@ -42,6 +42,8 @@ release:
- pip install --user --requirement requirements.ci.txt
script:
- semantic-release --verbosity=DEBUG publish
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
build container image:
stage: build
......
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