Skip to content

Commit a07c603

Browse files
committed
test: 测试
1 parent 0a893ef commit a07c603

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Compile AHK 2.0 and Release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Compile AHK 2.0 and Release
33
on:
44
push:
55
tags:
6-
- "v**"
6+
- "v[0-9]*" # 匹配 v1, v2.3, v10 等
7+
- "v[0-9]*.[0-9]*" # 匹配 v1.0, v2.3.4 等
8+
- "v[0-9]*-*" # 匹配带预发布标识的标签
79

810
jobs:
911
build_and_release:

0 commit comments

Comments
 (0)