Skip to content

Commit e7bb493

Browse files
Update deploy_docs.yaml
1 parent 55ec976 commit e7bb493

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-
- '[0-9]+.[0-9]+.[0-9]+' # 匹配类似 1.0.0, 2.1.3 等格式的标签
6+
- '*.*.*' # 匹配类似 1.0.0, 2.1.3 等格式的标签
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)