File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: codegen-ci
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
build :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: git-sync-with-mirror
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
workflow_dispatch :
7
7
8
8
jobs :
18
18
uses : wei/git-sync@v3
19
19
with :
20
20
source_repo : ${{ secrets.GIT_SYNC_SOURCE_REPO }}
21
- source_branch : " master "
21
+ source_branch : " main "
22
22
destination_repo : ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
23
- destination_branch : " master "
23
+ destination_branch : " main "
24
24
source_ssh_private_key : ${{ secrets.GIT_SYNC_SOURCE_SSH_PRIVATE_KEY }}
25
25
destination_ssh_private_key : ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments