Skip to content

Commit f0fba6a

Browse files
authored
added an event to stop the workflow from triggering 3 times
1 parent cf4be0b commit f0fba6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: deploy-to-pypi
22

33
on:
44
release:
5+
types: [published]
56

67
jobs:
78
release:

0 commit comments

Comments
 (0)