We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99cc40 commit ee4163aCopy full SHA for ee4163a
.github/workflows/binary.yml
@@ -2,6 +2,8 @@ name: Binary Release
2
3
on:
4
push:
5
+ release:
6
+ types: [ published ]
7
8
jobs:
9
build:
0 commit comments