Skip to content

Commit

Permalink
Changed php cs fixer action
Browse files Browse the repository at this point in the history
  • Loading branch information
Martins Rucevskis committed Nov 21, 2023
1 parent 5280672 commit a7c89ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Code style
on: pull_request
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
laravel-pint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a7c89ee

Please sign in to comment.