Skip to content

Commit cd61efe

Browse files
CI branch
1 parent cad4764 commit cd61efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
33
on:
44
push:
55
branches:
6-
- master # 指定触发分支
6+
- main # 指定触发分支
77
paths:
88
- '**' # 监控所有文件变更(可按需调整)
99

0 commit comments

Comments
 (0)