From fb279308f6619791c6e15e79ad72da6c4cfe2501 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..3903627e1 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]