Skip to content

Commit

Permalink
ciの実行タイミングを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kento-oka committed Nov 5, 2023
1 parent e355457 commit d70a9cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@ name: "Code Quality"

on:
pull_request:
paths:
- src
- tests
- composer.json
- phpcs.xml.dist
- phpstan.neon.dist
- phpunit.xml.dist
push:
branches:
- main
paths:
- src
- tests
- composer.json
- phpcs.xml.dist
- phpstan.neon.dist
- phpunit.xml.dist

jobs:
test:
Expand Down

0 comments on commit d70a9cc

Please sign in to comment.