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 55ec976 commit e7bb493Copy full SHA for e7bb493
.github/workflows/deploy_docs.yaml
@@ -3,7 +3,7 @@ name: Deploy Docs
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9]+' # 匹配类似 1.0.0, 2.1.3 等格式的标签
+ - '*.*.*' # 匹配类似 1.0.0, 2.1.3 等格式的标签
7
workflow_dispatch:
8
9
permissions:
0 commit comments