diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 3cd143c..7f195df 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -3,7 +3,8 @@ name: Deploy to GitHub Pages on: push: - branches: [master] + tags: + - '[0-9][0-9][0-9][0-9].*' workflow_dispatch: # Allow the GITHUB_TOKEN to deploy to Pages and mint the OIDC token it needs.