We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dbd7a commit dde7cf0Copy full SHA for dde7cf0
.github/workflows/deploy_docs.yaml
@@ -3,7 +3,7 @@ name: Deploy Docs
3
on:
4
push:
5
tags:
6
- - '*.*.*' # 匹配类似 1.0.0, 2.1.3 等格式的标签
+ - '[0-9]+.[0-9]+.[0-9]+' # 匹配类似 1.0.0, 2.1.3 等格式的标签
7
workflow_dispatch:
8
9
permissions:
0 commit comments