Skip to content

Commit e783ff1

Browse files
authored
fix: build release binaries only when a release gets published (#47)
1 parent 8811011 commit e783ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

33
on:
44
release:
5-
types: [created, published, edited]
5+
types: [published]
66
push:
77
branches: [ main ]
88
workflow_dispatch:

0 commit comments

Comments
 (0)