Skip to content

Commit

Permalink
Fix branch name in deployment workflow
Browse files Browse the repository at this point in the history
- `$default-branch` is for workflow templates, not actual workflows
  • Loading branch information
taesungh committed Nov 17, 2024
1 parent fa8fb12 commit 563a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 563a4d5

Please sign in to comment.