diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a15a6de..b0cf228 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,9 +2,11 @@ name: Deploy to Github Pages on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: