Skip to content

Commit

Permalink
Exclude build from lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Oct 18, 2024
1 parent f6f68f4 commit bdedba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ on:
push:
paths:
- '**.php'
- '!build/**/*.php'
pull_request:
types: [opened, edited, reopened, ready_for_review]
paths:
- '**.php'
- '!build/**/*.php'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit bdedba9

Please sign in to comment.