We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c695346 commit b2b893bCopy full SHA for b2b893b
.github/workflows/test.yml
@@ -1,6 +1,9 @@
1
name: Test
2
on:
3
- push
+ push:
4
+ branches: [ "master" ]
5
+ pull_request:
6
7
8
jobs:
9
build_wheels:
0 commit comments