Commit 06d34ad2 authored by Gibbs, Ian's avatar Gibbs, Ian
Browse files

Update .gitlab-ci.yml file, exclude README.md updates from pipeline

parent d984b2fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
workflow:
  rules:
    - { if: $CI_PIPELINE_SOURCE == "merge_request_event", when: never }
    - { changes: ['README.md'], when: never }
    - { when: always }

variables: