Skip to content

Commit 9ef1820

Browse files
committed
[Stub] test cross-compile
1 parent ffaa0ac commit 9ef1820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/upload.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Upload binaries to GitHub releases
55
# types: [created]
66

77
on:
8-
push
8+
push:
9+
tags:
10+
- "v*"
911

1012
permissions:
1113
contents: write

0 commit comments

Comments
 (0)