diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index df32cc7b..d5f02e21 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,12 @@ name: Documentation + +on: + push: + branches: + - main + tags: '*' + pull_request: + jobs: build: permissions: