Skip to content

Commit 891bc6f

Browse files
fix: Update deploy_docs.yaml
1 parent dde7cf0 commit 891bc6f

File tree

1 file changed

+1
-1
lines changed
  • repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows

1 file changed

+1
-1
lines changed

repo_scaffold/templates/template-python/{{cookiecutter.project_slug}}/.github/workflows/deploy_docs.yaml

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

1010
permissions:

0 commit comments

Comments
 (0)