diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index b1aa694..0d358ca 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,6 +1,11 @@ name: Documentation check -on: [pull_request] +on: + push: + branches: [master, ] + pull_request: + # The branches below must be a subset of the branches above + branches: [master] jobs: docs-checks: