Skip to content
Snippets Groups Projects
Unverified Commit 6d3ac701 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

cicd: fix bug for releasing

parent bc318e34
No related branches found
No related tags found
No related merge requests found
Pipeline #73077 passed
...@@ -13,6 +13,7 @@ workflow: ...@@ -13,6 +13,7 @@ workflow:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS' - if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never when: never
- if: $CI_COMMIT_BRANCH
stages: stages:
- build - 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