diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 096fb5b..aada39e 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -1,5 +1,12 @@ name: clang-format Check -on: [push, pull_request] +on: + push: + branches: + - "*" + pull_request: + branches: + - "*" + types: [opened, synchronize, reopened] jobs: formatting-check: name: Formatting Check