File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : Build
2626 run : make -C docs html
2727 - name : Publish
28- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master ' }}
28+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main ' }}
2929 uses : peaceiris/actions-gh-pages@v3
3030 with :
3131 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Tests
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
9- - master
9+ - main
1010
1111defaults :
1212 run :
Original file line number Diff line number Diff line change 55 - cron : " 0 12 * * 1" # monday at noon UTC
66 push :
77 branches :
8- - master
8+ - main
99 pull_request :
1010 branches :
11- - master
11+ - main
1212
1313jobs :
1414 run :
You can’t perform that action at this time.
0 commit comments