Skip to content

Commit e368e58

Browse files
committed
fix tag pattern for builds
1 parent b280782 commit e368e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [ "master" ]
77
tags:
8-
- "[1-9][0-9]*.[0-9]+.[0-9]+"
8+
- "*.*.*"
99

1010
concurrency:
1111
group: "build"

0 commit comments

Comments
 (0)