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 cad4764 commit cd61efeCopy full SHA for cd61efe
.github/workflows/CI.yml
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
3
on:
4
push:
5
branches:
6
- - master # 指定触发分支
+ - main # 指定触发分支
7
paths:
8
- '**' # 监控所有文件变更(可按需调整)
9
0 commit comments