Skip to content

Commit 9058ee3

Browse files
authored
update code sync branch as master instead of master_next (#1737)
* update code sync branch as master instead of master_next Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent bc81430 commit 9058ee3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/pr-code-sync.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ name: Repo Sync Triggered by PR
66

77
on:
88
pull_request:
9-
branches: [master_next]
9+
branches: [master]
1010
types: [opened, reopened, ready_for_review, synchronize]
1111
push:
12-
branches: [master_next]
12+
branches: [master]
13+
schedule:
14+
- cron: '0 * * * *'
1315
workflow_dispatch:
1416

1517
env:
1618
INNERSOURCE_REPO: intel-innersource/frameworks.ai.lpot.neural-compressor
17-
INNERSOURCE_BRANCH: master_next
19+
INNERSOURCE_BRANCH: master
1820
EXTERNAL_REPO: intel/neural-compressor
1921
EXTERNAL_BRANCH: master
2022

0 commit comments

Comments
 (0)