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 25
25
- name : Build
26
26
run : make -C docs html
27
27
- name : Publish
28
- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master ' }}
28
+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main ' }}
29
29
uses : peaceiris/actions-gh-pages@v3
30
30
with :
31
31
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
defaults :
12
12
run :
Original file line number Diff line number Diff line change 5
5
- cron : " 0 12 * * 1" # monday at noon UTC
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
pull_request :
10
10
branches :
11
- - master
11
+ - main
12
12
13
13
jobs :
14
14
run :
You can’t perform that action at this time.
0 commit comments