File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: PyPI
22on :
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
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Tests
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
9- - master
9+ - main
1010
1111jobs :
1212 changes :
Original file line number Diff line number Diff 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
6666coverage : test
67- diff-cover coverage.xml --compare-branch=master --fail-under=100
67+ diff-cover coverage.xml --compare-branch=main --fail-under=100
6868
6969pypi :
7070 ${PYTHON} setup.py clean --all; \
You can’t perform that action at this time.
0 commit comments