Skip to content

Commit 58cd72e

Browse files
committed
Fix default branch name in gh-pages.yml
1 parent 58efa38 commit 58cd72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
pages:

0 commit comments

Comments
 (0)