Skip to content

Commit 9e245d0

Browse files
committed
Update readme: CI jobs not just for "main" branch
This changed a while ago but README.md still listed having a main branch as a condition for automatic CI linting and testing in a fork.
1 parent 62c024e commit 9e245d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ mypy -p git
162162
The same linting, and running tests on all the different supported Python versions, will be performed:
163163

164164
- Upon submitting a pull request.
165-
- On each push, *if* you have a fork with a "main" branch and GitHub Actions enabled.
165+
- On each push, *if* you have a fork with GitHub Actions enabled.
166166
- Locally, if you run [`tox`](https://tox.wiki/) (this skips any Python versions you don't have installed).
167167

168168
#### Configuration files

0 commit comments

Comments
 (0)