Skip to content

Commit

Permalink
don't run PHP lint on files inside the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Mar 27, 2023
1 parent 38f4630 commit 8b3869f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-check-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- '**.php'
- '!build/**'
pull_request:
types: [opened, edited, reopened, ready_for_review]
paths:
Expand Down

0 comments on commit 8b3869f

Please sign in to comment.