diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 0c0cf0779b82..fd415991dae6 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -8,7 +8,7 @@ name: Style Checker on: pull_request: # maybe pull_request_target - branches: [ dev ] + branches: [ dev, disable_style ] types: [ opened, reopened, edited, synchronize ] permissions: