Skip to content

Commit 555a97a

Browse files
Update deploy_docs.yaml
1 parent 3a677de commit 555a97a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy Docs
22

33
on:
44
release:
5-
types: [published] # 当 release 发布时触发,而不是创建时
5+
types: [published]
6+
branches: [main]
67
workflow_dispatch: # 保留手动触发选项
78

89
permissions:

0 commit comments

Comments
 (0)