diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 0e7c1d8ca6d..da7032e03ea 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -6,6 +6,7 @@ on: pull_request: # maybe pull_request_target branches: [ main ] types: [ opened, reopened, edited, synchronize ] + paths: [ '**.S', '**.c', '**.cc', '**.cpp', '**.h', '**.hh', '**.hpp' ] permissions: contents: read