From 817979416f243c504dbf9e19cf5543a4ebe3aaad Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:29:47 +0200 Subject: [PATCH] Update clang-pr.yml (#683) * Update clang-pr.yml * Update clang-pr.yml * Update clang-pr.yml --------- Co-authored-by: MegaMech --- .github/workflows/clang-pr.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clang-pr.yml b/.github/workflows/clang-pr.yml index 379bbe470a..1361a78471 100644 --- a/.github/workflows/clang-pr.yml +++ b/.github/workflows/clang-pr.yml @@ -1,5 +1,8 @@ name: clang-format PR -on: [push] +on: + push: + branches: + - master jobs: formatting-check: runs-on: ubuntu-24.04 @@ -15,6 +18,6 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - commit-message: clang format - title: Applid Clang format on the branch + commit-message: Clang Format + title: Clang Format branch: clang-format