6 lines
161 B
YAML
6 lines
161 B
YAML
.build-npm-rules:
|
|
rules:
|
|
- if: $CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "merge_request_event"
|
|
when: never
|
|
- if: $CI_PIPELINE_SOURCE == "push"
|