Commit f972a882 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

Update .gitlab-ci.yml file

parent 936fa311
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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