From 619b5cbada309ea765f8d5a2230fcda12a2d303a Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 27 Feb 2024 15:41:07 -0300 Subject: [PATCH] Run clang tidy in the context of the merge commit --- .github/workflows/clang_tidy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang_tidy.yml b/.github/workflows/clang_tidy.yml index 6e6ff380a..60fbee5c5 100644 --- a/.github/workflows/clang_tidy.yml +++ b/.github/workflows/clang_tidy.yml @@ -1,6 +1,6 @@ name: Clang Tidy Diff on: - pull_request_target: + pull_request: paths: - '**.cpp' - '**.h'