diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f2f3d47..2e7bfca 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,9 +1,8 @@ name: Documentation on: - push: - branches: - - main +on: + create: tags: '*' pull_request: workflow_dispatch: @@ -38,7 +37,6 @@ jobs: with: name: Documentation commit: main - tag: ${{ github.ref }} artifacts: doc.zip allowUpdates: true artifactErrorsFailBuild: true