Skip to content

Commit 04fe573

Browse files
committed
Fix branch name
1 parent 7fd1c07 commit 04fe573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_pages.yml

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

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

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)