We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d1c1e commit c3b777bCopy full SHA for c3b777b
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build
26
run: make -C docs html
27
- name: Publish
28
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
29
uses: peaceiris/actions-gh-pages@v3
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/main.yml
@@ -3,10 +3,10 @@ name: Tests
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
10
11
defaults:
12
run:
.github/workflows/mpl-latest.yml
@@ -5,10 +5,10 @@ on:
- cron: "0 12 * * 1" # monday at noon UTC
13
jobs:
14
0 commit comments