diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a5e022fe..21b80e2d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -1,11 +1,11 @@ name: Testing Suite on: + workflow_dispatch: pull_request: types: [ opened, synchronize, reopened, ready_for_review ] branches: - develop - - issue-1021 jobs: php-tests: