Skip to content

Commit 2f7c822

Browse files
committed
chore(ci): simplify release trigger to only published events
Draft releases don't trigger created/edited events, so these were unused. The workflow now only triggers on: - Tag push: publishes to TestPyPI for testing - Release published: publishes to PyPI
1 parent 43ef514 commit 2f7c822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tags:
77
- "v*"
88
release:
9-
types: [created, edited, published]
9+
types: [published]
1010

1111
concurrency:
1212
group: release-${{ github.ref }}

0 commit comments

Comments
 (0)