up
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.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" || $CI_COMMIT_BRANCH == "feature/ci")
|
||||
exists:
|
||||
- .npmrc
|
||||
- ./*/.npmrc
|
||||
Reference in New Issue
Block a user