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: