diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index c35671b..1114c4f 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -4,8 +4,8 @@ on: # If specified, the workflow will be triggered automatically once you push to the `main` branch. # Replace `main` with your branch’s name push: - tags: - - *-docs.* + tags: + - *-docs* # Specify to run a workflow manually from the Actions tab on GitHub workflow_dispatch: