Skip to content

Commit

Permalink
github action amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirtzbruch committed Apr 13, 2023
1 parent 0b8e67c commit 89c69dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: "PHP_Codesniffer"
on:
pull_request:
paths:
- "composer.json"
- "**.php"
- "phpcs.xml.dist"
- ".github/workflows/phpcs.yaml"
push:
paths:
- "composer.json"
- "**.php"
- "phpcs.xml.dist"
- ".github/workflows/phpcs.yaml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ name: "PHPUnit tests"
on:
pull_request:
paths:
- "composer.json"
- "**.php"
- "phpunit.xml.dist"
- ".github/workflows/phpunit.yaml"
push:
paths:
- "composer.json"
- "**.php"
- "phpunit.xml.dist"
- ".github/workflows/phpunit.yaml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/psalm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: "Psalm PHP checks"
on:
pull_request:
paths:
- "composer.json"
- "**.php"
- "psalm.xml"
- ".github/workflows/psalm.yaml"
push:
paths:
- "composer.json"
- "**.php"
- "psalm.xml"
- ".github/workflows/psalm.yaml"
Expand Down

0 comments on commit 89c69dd

Please sign in to comment.