diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7310ff5..b1952d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy Site to pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: