diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8517e9f..01e3687 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ name: Deploy Gatsby site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main", "ci/deploy-github-page"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: