diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index b421c1e..7e2d351 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -2,9 +2,8 @@ name: Deploy Docs to GH Pages on: - # Runs on pushes targeting the default branch - push: - branches: [ "main" ] + release: + types: [ created ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: