Skip to content

Commit

Permalink
Limit clang_format check for changes under src folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbernhar committed Apr 8, 2022
1 parent 29c856c commit 6cbd03c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/clang_format_check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: clang_format_check

on: [push, pull_request]
push:
branches: main
paths:
- 'src/**'

pull_request:
branches: main
paths:
- 'src/**'

jobs:

Expand Down

0 comments on commit 6cbd03c

Please sign in to comment.