diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 9d0577ae6c..65b81fa5a3 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -3,7 +3,7 @@ name: Deploy Storybook to Github Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: [$default-branch, "gh-pages-publish"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: