Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a401e52

Browse files
committedJun 30, 2021
ci: only on creation
1 parent 10017b1 commit a401e52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/create-binaries.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Binary Builds
22

3-
on: release
3+
on:
4+
release:
5+
types:
6+
- created
47

58
jobs:
69
releases-matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.