Skip to content

Commit 56abecd

Browse files
committed
Modify release-package workflow to run on edit too.
1 parent c9d507b commit 56abecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

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

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

77
jobs:
88
tests:

0 commit comments

Comments
 (0)