We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85462db commit 3ad6383Copy full SHA for 3ad6383
1 file changed
.github/workflows/build.yml
@@ -4,9 +4,8 @@ permissions:
4
contents: write
5
6
on:
7
- push:
8
- tags:
9
- - v[0-9]+.*
+ release:
+ types: [created]
10
11
env:
12
CARGO_TERM_COLOR: always
0 commit comments