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

Fix workflow rules for private modules

parent 585ea1c6
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,9 @@ default:
workflow:
rules:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH == "/^feature/.*"
when: always
- if: $CI_COMMIT_BRANCH == "/^feature/.*"
when: always
- if: $CI_COMMIT_TAG
- when: never
variables:
SKIP_ESLINT: '1'
......
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