Skip to content

Commit

Permalink
don't double-test release
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 6, 2024
1 parent 923b345 commit 791721e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Release
# but only publish to PyPI on tags
on:
push:
branches:
- main
- '*.x'
pull_request:

jobs:
Expand Down

0 comments on commit 791721e

Please sign in to comment.