Skip to content

Commit 94e489e

Browse files
Update branch names in workflows
1 parent 04fc50f commit 94e489e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: PyPI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- auto-release
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99
release:
1010
types: [published]
1111

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
changes:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ benchmark:
6464
pytest -v tests/ --benchmark-only --benchmark-autosave --benchmark-group-by=group,param:size --benchmark-max-time=3
6565

6666
coverage: test
67-
diff-cover coverage.xml --compare-branch=master --fail-under=100
67+
diff-cover coverage.xml --compare-branch=main --fail-under=100
6868

6969
pypi:
7070
${PYTHON} setup.py clean --all; \

0 commit comments

Comments
 (0)