Commit 8416313a authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

ci: Update what triggers docs build

parent 1cc1bffd
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -68,6 +68,14 @@ publish-docs:
    variables: true
  needs:
    - job: test
  rules:
    - if: $CI_COMMIT_TAG
      when: never
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      changes:
        - pipe-cli/**/*
        - pipe-lib/**/*
        - pipe-py/**/*
  script:
    - make doc
    - git config --global user.name "${USER}"