Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -35,8 +35,12 @@ lint-and-validate: paths: - node_modules rules: - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" when: on_success - when: manual allow_failure: true - changes: - src/content/**/* - src/**/* stage: analyze inherit: default: true Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -35,8 +35,12 @@ lint-and-validate: paths: - node_modules rules: - if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" when: on_success - when: manual allow_failure: true - changes: - src/content/**/* - src/**/* stage: analyze inherit: default: true Loading