Skip to content

Commit 563a4d5

Browse files
committed
Fix branch name in deployment workflow
- `$default-branch` is for workflow templates, not actual workflows
1 parent fa8fb12 commit 563a4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy site to GitHub Pages
22

33
on:
44
push:
5-
branches: [$default-branch]
5+
branches: [main]
66

77
# Include permissions for GITHUB_TOKEN to deploy to GitHub Pages
88
permissions:

0 commit comments

Comments
 (0)