Skip to content

Commit

Permalink
Trigger matrix status check for push and PR events
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed May 1, 2024
1 parent 80a5bb7 commit 207c477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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]
Expand Down

0 comments on commit 207c477

Please sign in to comment.