Skip to content
Snippets Groups Projects
Commit cceffb74 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix: switch from deprecated only to rules, dont use changes rules on manual builds

parent d6ddb361
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,10 @@ install_deps: ...@@ -85,6 +85,10 @@ install_deps:
- corepack enable - corepack enable
- yarn install --immutable - yarn install --immutable
rules: rules:
# always run when triggered manually
- if: $CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "web"
when: on_success
# only run on specific file changes when triggered by git push
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
changes: changes:
- yarn.lock - yarn.lock
......
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