Skip to content

Commit

Permalink
enforce clang-format on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Feb 28, 2024
1 parent 335965b commit d8fbbcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/clangformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: clang format

on:
push:
branches: [ develop, master ]
branches: [ develop ]
pull_request:
branches: [ develop, master ]
branches: [ develop ]
workflow_dispatch:

jobs:
Expand All @@ -21,5 +21,3 @@ jobs:
with:
clang-format-version: '15'
check-path: software/zzip
continue-on-error: true

0 comments on commit d8fbbcc

Please sign in to comment.