Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed May 22, 2024
1 parent 0ec4a20 commit 9aaac4a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ name: CI

on:
pull_request:
paths:
- "**.php"
- "phpcs.xml"
- ".github/workflows/phpcs.yml"
push:
branches: [production]
paths:
- "**.php"
- "phpcs.xml"
- ".github/workflows/phpcs.yml"

jobs:
phpcs:
Expand Down Expand Up @@ -60,7 +52,7 @@ jobs:
with:
files: "**.php"
phpcs_path: php phpcs.phar
standard: phpcs.xml
standard: phpcs.xml.dist

phpunit:
name: PHP Unit Tests
Expand Down

0 comments on commit 9aaac4a

Please sign in to comment.