Skip to content

Commit 433fbce

Browse files
committed
Update CI config
1 parent 68968d6 commit 433fbce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77

88
jobs:
99
test:
@@ -134,4 +134,4 @@ jobs:
134134
git add .
135135
git -c user.name='ci' -c user.email='ci' commit -m init
136136
git push -f -q https://git:${{ secrets.github_token }}@github.com/${{ github.repository }} HEAD:gh-pages
137-
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
137+
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)