Skip to content

Commit

Permalink
Always run cs fixer on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Mar 1, 2024
1 parent 21e20f6 commit 2abb2fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: "PHP-CS-Fixer"
on:
pull_request:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
- "feature-*"
- "*"
push:
branches:
- "[0-9]+.[0-9]+"
Expand Down

0 comments on commit 2abb2fc

Please sign in to comment.