Skip to content

Commit 381741d

Browse files
committed
Update CI config for main
1 parent 8858713 commit 381741d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ jobs:
144144
git add .
145145
git -c user.name='ci' -c user.email='ci' commit -m init
146146
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
147-
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
147+
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)