We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72676d commit 284abf2Copy full SHA for 284abf2
1 file changed
.github/workflows/release.yaml
@@ -1,8 +1,7 @@
1
name: Publish New Release
2
on:
3
- push:
4
- tags:
5
- - '*'
+ release:
+ types: [created]
6
7
jobs:
8
releases-matrix:
0 commit comments