Skip to content

Commit

Permalink
Update workflows for branch name 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed May 24, 2022
1 parent a5e7e4b commit 1eb6af0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
types: [published]
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Check Code Style
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
run-black:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Run Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
run-tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ Currently, PyCave implements three different models:

## License

PyCave is licensed under the [MIT License](https://github.com/borchero/pycave/blob/master/LICENSE).
PyCave is licensed under the [MIT License](https://github.com/borchero/pycave/blob/main/LICENSE).

0 comments on commit 1eb6af0

Please sign in to comment.