We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343dd1d commit a482091Copy full SHA for a482091
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches: ["*"]
6
push:
7
branches: ["main"]
8
+ tags: ["v*"]
9
10
concurrency:
11
group: ci-${{ github.ref }}
0 commit comments