Files
fox/ci/rules.yml
T
Бурденко Алексей 9cb012066d up ci
2025-06-20 15:36:38 +03:00

9 lines
244 B
YAML

.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