From 9fc26c2ea5c2ad0503d9328c6a3cae74a04b52b9 Mon Sep 17 00:00:00 2001 From: Shan Yu Date: Wed, 23 Feb 2022 16:36:35 +0800 Subject: [PATCH] change branch-2.0 -> main in github action style check (#4092) --- .github/workflows/style-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index 616d13dbc2b..fb59ae429e3 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -3,9 +3,9 @@ name: code style checking # Controls when the action will run. on: push: - branches: [ branch-2.0 ] + branches: [ main ] pull_request: - branches: [ branch-2.0 ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: