Skip to content

Commit 0f84d13

Browse files
committed
ci: do not publish binaries when release is created
Signed-off-by: thomasgouveia <gouveia.thomas@outlook.fr>
1 parent 1f5be5b commit 0f84d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
release:
3-
types: [created, published]
3+
types: [published]
44

55
jobs:
66
release-binaries:

0 commit comments

Comments
 (0)