Skip to content

Commit 9480fca

Browse files
Merge pull request #6 from PlotJuggler/ci/fix-tag-pattern-v2
fix(ci): simplify tag trigger pattern to */v*
2 parents ff883d4 + 7a86033 commit 9480fca

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*']
77

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

0 commit comments

Comments
 (0)