From 8490709b946565b5bc2fc90ee6b4c441c5034c09 Mon Sep 17 00:00:00 2001 From: Steve Dunn Date: Fri, 3 Nov 2023 21:55:55 +0000 Subject: [PATCH] Change to any branch to deploy for now --- .github/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: