Skip to content

Commit c3b777b

Browse files
committed
update for main branch
1 parent 49d1c1e commit c3b777b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 }}

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
defaults:
1212
run:

.github/workflows/mpl-latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
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

1313
jobs:
1414
run:

0 commit comments

Comments
 (0)