diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e88e81..64e1bcd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy site to GitHub Pages on: push: - branches: [$default-branch] + branches: [main] # Include permissions for GITHUB_TOKEN to deploy to GitHub Pages permissions: