Skip to content

Commit dde7cf0

Browse files
Update deploy_docs.yaml
1 parent b7dbd7a commit dde7cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Docs
33
on:
44
push:
55
tags:
6-
- '*.*.*' # 匹配类似 1.0.0, 2.1.3 等格式的标签
6+
- '[0-9]+.[0-9]+.[0-9]+' # 匹配类似 1.0.0, 2.1.3 等格式的标签
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)