Skip to content

Commit

Permalink
change to "on push"
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Apr 14, 2023
1 parent b0c2ddd commit 12d1958
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@

name: "PHP-CS-Fixer"

on:
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
on: [ push ]

permissions:
contents: read
Expand All @@ -25,4 +21,4 @@ jobs:

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes
commit_message: Apply php-cs-fixer changes

0 comments on commit 12d1958

Please sign in to comment.