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

Fix workflow rules for private modules

parent 5d8f1aca
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ default:
workflow:
rules:
- if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH == "/^feature/.*"
- if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH =~ "/^feature/.*"
when: always
- 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