Skip to content

Commit 8e38e2b

Browse files
fix(ci): use fnmatch glob pattern for tag triggers
1 parent 55ef4ac commit 8e38e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
workflow_dispatch:
55
push:
6-
tags: ['*/v[0-9]+.[0-9]+.[0-9]+']
6+
tags: ['*/v[0-9]*.[0-9]*.[0-9]*']
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)