Skip to content

Commit

Permalink
Update fix-php-code-styling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-mills authored Nov 20, 2023
1 parent fd25a64 commit fce8d12
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/fix-php-code-styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ name: "Fix PHP Code Styling"

on:
push:
branches: [main]
paths:
- '**.php'
- 'phpstan.neon.dist'

pull_request:
branches: [main]
paths:
- '**.php'
- 'phpstan.neon.dist'


permissions:
contents: write
Expand Down

0 comments on commit fce8d12

Please sign in to comment.