diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 1ca8d6a..aaf1db6 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -7,7 +7,8 @@ name: Deploy to GitHub Pages on: push: - branches: [master] + tags: + - '[0-9][0-9][0-9][0-9].*' workflow_dispatch: # Permissions the deploy-pages action needs to publish via OIDC.