Files
fox/ci/rules.yml
T

9 lines
244 B
YAML
Raw Normal View History

2025-06-20 15:36:38 +03:00
.build-npm-rules:
rules:
- if: $CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"
exists:
- .npmrc
- ./*/.npmrc