From 0b2c89158e7ac8c4e701e8e62a512616f491548f Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Sat, 2 May 2026 14:21:22 -0400 Subject: [PATCH] chore: code quality protections Signed-off-by: SebastianKrupinski --- .github/workflows/integration-tests.yml | 3 ++- .github/workflows/unit-tests.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6982b2a..d08f930 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -3,6 +3,7 @@ name: Integration Tests on: pull_request: branches: ["main"] + workflow_dispatch: jobs: integration: @@ -19,7 +20,7 @@ jobs: matrix: php-version: ["8.2", "8.5"] - name: PHP ${{ matrix.php-version }} + name: Integration PHP ${{ matrix.php-version }} steps: - name: Checkout repository diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2f93ef6..cea7e54 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -3,6 +3,7 @@ name: Unit Tests on: pull_request: branches: ["main"] + workflow_dispatch: jobs: unit: @@ -13,7 +14,7 @@ jobs: matrix: php-version: ["8.2", "8.5"] - name: PHP ${{ matrix.php-version }} + name: Unit PHP ${{ matrix.php-version }} steps: - name: Checkout repository