Skip to content

Commit 8fa9f53

Browse files
authored
Merge pull request #479 from layer5io/change-release-types
ci: update release types to only run on synchronize and published
2 parents 356b097 + 28d2c5c commit 8fa9f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Node.js Package
55

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

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)