Skip to content

Commit c3a8aa1

Browse files
committed
Fix: trigger PyPI deploy on release published events
1 parent 16a96e3 commit c3a8aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

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

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)