Don't run PyPI on pushes / PRs

This commit is contained in:
Hynek Schlawack 2022-12-19 14:56:15 +01:00
parent a74bb8e1bd
commit 2b2074c824
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 0 additions and 3 deletions

View File

@ -3,10 +3,7 @@ name: Build & push package to (Test-) PyPI
on:
push:
branches: [main]
tags: ["*"]
pull_request:
branches: [main]
release:
types:
- published