Skip to content

Commit

Permalink
ci(pint): only run php files where changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Oct 21, 2024
1 parent 2cd43f0 commit 9bce5c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: PHP Linting
on: pull_request
on:
pull_request:
paths:
- "**/*.php"
jobs:
phplint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9bce5c7

Please sign in to comment.