diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 21:23:24 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 21:23:24 +0000 |
| commit | ceab15254b776de948d63f06338deede8280e043 (patch) | |
| tree | 332756454e70fd18d2cb49a912cd47c7e3e2d9b1 /.github/workflows/php-code-quality.yml | |
| parent | a4eed151b73ca32e92963fae054e77f04a7d5eb2 (diff) | |
minor: make PHPStan happy after a4eed151b73ca32e92963fae054e77f04a7d5eb2
Diffstat (limited to '.github/workflows/php-code-quality.yml')
| -rw-r--r-- | .github/workflows/php-code-quality.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml index 69d827120..bbcaf8ee3 100644 --- a/.github/workflows/php-code-quality.yml +++ b/.github/workflows/php-code-quality.yml @@ -6,13 +6,6 @@ on: - '**.php' - 'phpstan.neon' - 'phpunit.xml' - push: - branches: - - main - paths: - - '**.php' - - 'phpstan.neon' - - 'phpunit.xml' # Allow manual triggering workflow_dispatch: # Allow other workflows (e.g. Publish) to invoke this one. |