Skip to content
Snippets Groups Projects
Commit 7b4d3b17 authored by Kay Effenberger's avatar Kay Effenberger
Browse files

FIX(CI): Fix release rules

parent 032d5587
No related branches found
No related tags found
1 merge request!16FEAT(gitlab-ci):Push from Feature Branch
Pipeline #3181 failed
......@@ -74,7 +74,7 @@ docker-push:
- *release-rules
# every commit on master/main or feature branch should trigger a push
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feat*/ && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feat/
exists:
- Dockerfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment