Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 1eb6af0

Browse files
committed
Update workflows for branch name 'main'
1 parent a5e7e4b commit 1eb6af0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
types: [published]
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
build:

.github/workflows/style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Check Code Style
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
run-black:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Run Tests
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
run-tests:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Currently, PyCave implements three different models:
112112

113113
## License
114114

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

0 commit comments

Comments
 (0)