diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d0028c842..bee02bda9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,9 +1,8 @@ name: Doxygen GitHub Pages on: - push: - branches: - - main + release: + types: [created] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: