From dd37aa218656dd3d7e13eb43e338d1e3b25253aa Mon Sep 17 00:00:00 2001 From: Kaan Ozkan Date: Thu, 18 Apr 2024 11:47:08 -0400 Subject: [PATCH] Trigger matrix status check for push and PR events --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 701803c93..c512b6ef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: continue-on-error: ${{ !!matrix.experimental }} buildall: - if: ${{ always() && github.event.pull_request }} + if: ${{ always()}} runs-on: ubuntu-latest name: Build (matrix) needs: [linters, tests]