Skip to content

Commit 3b499c7

Browse files
committed
ci(pages): push 触发器限定 master 分支,杜绝 tag push 触发失败部署
pages on:push 未限分支,v0.2.8 tag push 也触发 deploy(与 master merge 部署重复, 且 deploy job GitHub 端 BlobNotFound 失败)。限 branches:[master] 后仅主分支 变更触发,tag 不再冗余部署。
1 parent eeb2b94 commit 3b499c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: pages
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- "site/**"
78
- "stdlib/**"

0 commit comments

Comments
 (0)