diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index dae842b1..15a505e6 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -2,6 +2,10 @@ name: Build and Deploy Docs on: workflow_dispatch: + # Runs when a version tag is pushed + push: + tags: + - v** # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: