diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 35828a29..536c74b7 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -1,12 +1,10 @@ name: clang-format Check on: pull_request: - paths: - - 'include/**' - - 'src/**' - - 'test/**' - - '3rd-party/**' - - '.clang-format' + paths-ignore: + - '**.md' + - 'LICENSE' + jobs: formatting-check: name: Formatting Check