Skip to content

Commit 71e4fbf

Browse files
authored
Merge pull request #145 from UCL-CORU/trigger-release-on-publish
trigger release when published
2 parents 1e187b7 + c1c3ccd commit 71e4fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Python Package
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
deploy:

0 commit comments

Comments
 (0)