Skip to content

Commit ffc1143

Browse files
committed
chore: update GitHub workflows to run on main branch
1 parent 14fa3b9 commit ffc1143

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codegen-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: codegen-ci
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

.github/workflows/git-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: git-sync-with-mirror
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
workflow_dispatch:
77

88
jobs:
@@ -18,8 +18,8 @@ jobs:
1818
uses: wei/git-sync@v3
1919
with:
2020
source_repo: ${{ secrets.GIT_SYNC_SOURCE_REPO }}
21-
source_branch: "master"
21+
source_branch: "main"
2222
destination_repo: ${{ secrets.GIT_SYNC_DESTINATION_REPO }}
23-
destination_branch: "master"
23+
destination_branch: "main"
2424
source_ssh_private_key: ${{ secrets.GIT_SYNC_SOURCE_SSH_PRIVATE_KEY }}
2525
destination_ssh_private_key: ${{ secrets.GIT_SYNC_DESTINATION_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)