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 Apr 18, 2024
1 parent e13dd7c commit dd37aa2
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 dd37aa2

Please sign in to comment.