Skip to content

Commit b2b893b

Browse files
authored
test.yml - run for PRs
1 parent c695346 commit b2b893b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test
22
on:
3-
push
3+
push:
4+
branches: [ "master" ]
5+
pull_request:
6+
branches: [ "master" ]
47

58
jobs:
69
build_wheels:

0 commit comments

Comments
 (0)