We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55ef4ac + 8e38e2b commit ff883d4Copy full SHA for ff883d4
1 file changed
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: build
3
on:
4
workflow_dispatch:
5
push:
6
- tags: ['*/v[0-9]+.[0-9]+.[0-9]+']
+ tags: ['*/v[0-9]*.[0-9]*.[0-9]*']
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments