Skip to content

Commit

Permalink
change branch-2.0 -> main in github action style check (intel#4092)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyu-sys authored Feb 23, 2022
1 parent 8c96ce2 commit 9fc26c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9fc26c2

Please sign in to comment.