From a7172ad92ce6ad8d3e3b9b0127eb12ffbf051ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20Mar=C3=A9chal?= <45510813+JasonMarechal25@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:22:53 +0200 Subject: [PATCH] Always run clang-format on PR (#2230) --- .github/workflows/clang-format.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 9e00892851..f8fc659cbc 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -1,12 +1,7 @@ name: Check cpp formatting on: - push: - branches: - - develop - - feature/* - - features/* - - fix/* + pull_request: jobs: build: