We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68968d6 commit 433fbceCopy full SHA for 433fbce
.github/workflows/main.yml
@@ -1,9 +1,9 @@
1
name: CI
2
on:
3
push:
4
- branches: [master]
+ branches: [main]
5
pull_request:
6
7
8
jobs:
9
test:
@@ -134,4 +134,4 @@ jobs:
134
git add .
135
git -c user.name='ci' -c user.email='ci' commit -m init
136
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'
+ if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'
0 commit comments