We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e5813 commit 9b6418aCopy full SHA for 9b6418a
.github/workflows/release.yaml
@@ -2,8 +2,10 @@ name: release
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
tags:
- - '*'
8
+ - 'v*'
9
10
permissions:
11
contents: write
0 commit comments