diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 13122735..5efb1185 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,9 +2,9 @@ name: Documentation on: push: - branches: [development, documentation] + branches: [documentation] pull_request: - branches: [development, documentation] + branches: [documentation] jobs: deploy: