Skip to content

Commit 156816d

Browse files
fix: update template
1 parent e7bb493 commit 156816d

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

1010
permissions:

0 commit comments

Comments
 (0)