Skip to content

Commit 4d3b066

Browse files
committed
fix: fix deploy branch name
1 parent aea14e0 commit 4d3b066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

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

0 commit comments

Comments
 (0)