Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 30, 2024
1 parent fe00d82 commit 0f383ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@ on:
push:
branches:
- "develop"
paths-ignore:
- VERSION
- config/app.php
- .github/workflows/release.yaml
- CHANGELOG.md
- README.md
pull_request:
branches:
- "develop"
paths-ignore:
- VERSION
- config/app.php
- .github/workflows/release.yaml
- CHANGELOG.md
- README.md

jobs:
php:
Expand Down

0 comments on commit 0f383ee

Please sign in to comment.