We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cefcc commit 9005f52Copy full SHA for 9005f52
1 file changed
.github/workflows/build_wheels.yml
@@ -64,7 +64,7 @@ jobs:
64
needs: [generate_matrix]
65
name: Build wheels on ${{ matrix.os }}
66
runs-on: ${{ matrix.os }}
67
- if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
+ if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
68
strategy:
69
matrix:
70
os: ${{ fromJson(needs.generate_matrix.outputs.OSES) }}
0 commit comments