Skip to content

Commit 6ca062f

Browse files
committed
ci: changed workflow branch to main
1 parent 1d576c4 commit 6ca062f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: GitHub Pages
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
build-deploy:
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Deploy
3636
uses: peaceiris/actions-gh-pages@v3
37-
if: ${{ github.ref == 'refs/heads/master' }}
37+
if: ${{ github.ref == 'refs/heads/main' }}
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_branch: gh-pages

0 commit comments

Comments
 (0)