Skip to content

Commit

Permalink
github: limit paths for style workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VexedUXR committed Dec 2, 2024
1 parent 708bfa5 commit def4b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request: # maybe pull_request_target
branches: [ main ]
types: [ opened, reopened, edited, synchronize ]
paths: [ '**.c', '**.cc', '**.h', '**.hh' ]

permissions:
contents: read
Expand Down

0 comments on commit def4b29

Please sign in to comment.