Skip to content

Commit 1bf4e0b

Browse files
committed
update publish.yml to use 'main' branch instead of 'master'
1 parent 40b4eb7 commit 1bf4e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto Build and Publish
22

33
on:
44
push:
5-
branches: [ "master" ] # 确认你的主分支是 master 还是 main
5+
branches: [ "main" ] # 确认你的主分支是 master 还是 main
66

77
jobs:
88
# 阶段 1:检测 Commit 记录

0 commit comments

Comments
 (0)