diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 3fa121453f..0cdba0a0e5 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -4,7 +4,7 @@ on: # If specified, the workflow will be triggered automatically once you push to the `main` branch. # Replace `main` with your branch’s name push: - branches: ["main"] + branches: ["*"] # Specify to run a workflow manually from the Actions tab on GitHub workflow_dispatch: