From bb0e7540cc326de881f545de007dac929bbf0885 Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Wed, 15 Feb 2023 07:45:21 +0800 Subject: [PATCH] fix: revert ci yml Signed-off-by: YdrMaster --- .github/workflows/clang-format-check.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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