From 207ff1f8bd436fbcaebea98838aeb858668d7fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eirik=20Kol=C3=A5s?= Date: Fri, 1 Mar 2024 14:18:44 +0100 Subject: [PATCH] updated clang formatter workflow file --- .github/workflows/clang-formatter.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/clang-formatter.yml b/.github/workflows/clang-formatter.yml index 612029f3..f8643aa6 100644 --- a/.github/workflows/clang-formatter.yml +++ b/.github/workflows/clang-formatter.yml @@ -1,19 +1,19 @@ name: Run clang-format Linter on: - # push: - # branches: [ main ] + push: + branches: [ main ] workflow_dispatch: - pull_request: - types: [opened, reopened] - branches: [ main ] + # pull_request: + # types: [opened, reopened] + # branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.'