Skip to content
Snippets Groups Projects
Commit 585ea1c6 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix workflow rules for private modules

parent 0d6b1ee5
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ default:
workflow:
rules:
- if: $CI_COMMIT_BRANCH == "develop"
when: always
- if: $CI_COMMIT_BRANCH == "/^feature/.*"
when: always
- if: $CI_COMMIT_TAG
variables:
......
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