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 a7baba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit a7baba0

Please sign in to comment.