diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4fb513..8133272 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [gh-pages] + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: