Skip to content
Snippets Groups Projects
Commit 721d97e2 authored by Marco Wettstein's avatar Marco Wettstein
Browse files

fix: dev-deploy does not run after chore commit

parent 5a36f305
No related branches found
Tags v6.0.1
No related merge requests found
Pipeline #96458 passed
......@@ -19,7 +19,7 @@
.rules-dev-deploy:
rules:
- if: $CI_COMMIT_MESSAGE =~ /^chore.*/ # not after semaitc release commit
- if: $CI_COMMIT_MESSAGE =~ /^chore\(release\).*/ # not after semaitc release commit
when: never
- if: $CI_COMMIT_MESSAGE =~ /^chore\(maintenance\).*/ # not aftter hotfix release
when: never
......
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