Don't run PyPI on pushes / PRs
This commit is contained in:
parent
a74bb8e1bd
commit
2b2074c824
|
@ -3,10 +3,7 @@ name: Build & push package to (Test-) PyPI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
Loading…
Reference in New Issue