Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tai-sho committed Jun 9, 2024
1 parent bdb6da6 commit a883bfa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Code quality check

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]

jobs:
phpunit:
Expand Down Expand Up @@ -44,5 +49,5 @@ jobs:
git config --global user.name "github-actions[bot]"
git add .
git commit -m "Apply PHP-CS-Fixer changes"
git push
git push origin HEAD:${{ github.ref }}
fi

0 comments on commit a883bfa

Please sign in to comment.