From 84682023cee4bde3dac2899fd064b054a39f88db Mon Sep 17 00:00:00 2001 From: Pedro Boechat Date: Fri, 24 May 2024 18:18:56 +0100 Subject: [PATCH] Update clang-format.yml --- .github/workflows/clang-format.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index a0605029..fce73415 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -3,11 +3,10 @@ name: Format C++ Code on: push: branches: - - main - - 'feature/**' + - master pull_request: branches: - - main + - master jobs: format: @@ -36,4 +35,4 @@ jobs: echo "Applied format changes." else echo "No formatting changes required." - fi \ No newline at end of file + fi