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 77ec36a commit ce2b35fCopy full SHA for ce2b35f
.github/workflows/deploy_docs.yaml
@@ -3,7 +3,7 @@ name: Deploy Docs
3
on:
4
release:
5
types: [published]
6
- branches: [main]
+ branches: [master, main]
7
workflow_dispatch: # 保留手动触发选项
8
9
permissions:
0 commit comments