From 8d43e0cb464dcde800e73c1562e171f0315f71d0 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Thu, 5 Oct 2023 08:28:00 -0300 Subject: [PATCH] Fix run workflow actions. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b04820f..579ff0fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ name: build jobs: phpunit: - if: github.event.repository.fork == true || (github.event_name == 'push' && github.ref == 'refs/heads/master') + if: github.event.repository.fork == true || (github.event_name == 'push' && github.ref == 'refs/heads/master') || (github.event_name == 'pull_request' && github.event.action == 'opened') uses: yiisoft/actions/.github/workflows/phpunit.yml@master with: os: >-