We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb3ad commit 0cf5b91Copy full SHA for 0cf5b91
1 file changed
.github/workflows/wheels.yml
@@ -7,7 +7,8 @@ on:
7
- wheels-*
8
tags:
9
- 'v*'
10
- workflow_dispatch: # REMOVE THIS BEFORE PR
+ pull_request: # REMOVE THIS BEFORE PR
11
+ branches: [master]
12
13
jobs:
14
build_wheels:
0 commit comments