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 3a677de commit 555a97aCopy full SHA for 555a97a
.github/workflows/deploy_docs.yaml
@@ -2,7 +2,8 @@ name: Deploy Docs
2
3
on:
4
release:
5
- types: [published] # 当 release 发布时触发,而不是创建时
+ types: [published]
6
+ branches: [main]
7
workflow_dispatch: # 保留手动触发选项
8
9
permissions:
0 commit comments