Skip to content

Commit

Permalink
Update branch names in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Jul 11, 2022
1 parent b6f99f1 commit 727c827
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Expand Up @@ -2,10 +2,10 @@ name: PyPI
on:
push:
branches:
- master
- main
- auto-release
pull_request:
branches: [master]
branches: [main]
release:
types: [published]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -3,10 +3,10 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
changes:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -64,7 +64,7 @@ benchmark:
pytest -v tests/ --benchmark-only --benchmark-autosave --benchmark-group-by=group,param:size --benchmark-max-time=3

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

pypi:
${PYTHON} setup.py clean --all; \
Expand Down

0 comments on commit 727c827

Please sign in to comment.