We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0992a76 commit 44ac9f2Copy full SHA for 44ac9f2
1 file changed
.github/workflows/release.yml
@@ -1,9 +1,9 @@
1
name: Release
2
3
on:
4
- push:
5
- tags:
6
- - ".*"
+ release:
+ types:
+ - created
7
8
jobs:
9
build:
0 commit comments