Skip to content

Commit ff883d4

Browse files
Merge pull request #5 from PlotJuggler/ci/fix-tag-trigger-pattern
fix(ci): use fnmatch glob pattern for tag triggers
2 parents 55ef4ac + 8e38e2b commit ff883d4

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)