Skip to content

Commit

Permalink
Switch master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
psarka committed Feb 9, 2022
1 parent a2c1c54 commit 8f6f051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: GitHub Pages

on:
push:
branches:
- main
- better-docs
branches: [ main ]
pull_request:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: run tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 8f6f051

Please sign in to comment.