Skip to content

Commit

Permalink
update for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Mar 17, 2022
1 parent 49d1c1e commit c3b777b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: make -C docs html
- name: Publish
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mpl-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- cron: "0 12 * * 1" # monday at noon UTC
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
run:
Expand Down

0 comments on commit c3b777b

Please sign in to comment.