Skip to content

Commit 1c7b0cd

Browse files
committed
Update release workflow to trigger on both created and published release events
1 parent 944c3cd commit 1c7b0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-bruce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release
55

66
on:
77
release:
8-
types: [created]
8+
types: [created, published]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)