diff --git a/.github/workflows/auto-documentation.yml b/.github/workflows/auto-documentation.yml index 821e473..363ba00 100644 --- a/.github/workflows/auto-documentation.yml +++ b/.github/workflows/auto-documentation.yml @@ -1,10 +1,10 @@ name: auto-documentation on: - pull_request: push: - branches: - - "main" + branches: [ master ] + pull_request: + branches: [ master ] jobs: documentation: