Skip to content

Commit

Permalink
Update php-cs-fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 23, 2024
1 parent a7140c2 commit a739477
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: PHP CS Fixer

on: [push, pull_request]
name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
php-cs-fixer:
name: PHP-CS-Fixer
Expand Down

0 comments on commit a739477

Please sign in to comment.