Nanobit commited on
Commit
dd83a20
1 Parent(s): 7bf2069

Update test to run on PR

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +3 -1
.github/workflows/tests.yml CHANGED
@@ -1,5 +1,7 @@
1
  name: PyTest
2
- on: push
 
 
3
 
4
  jobs:
5
  test:
 
1
  name: PyTest
2
+ on:
3
+ push:
4
+ pull_request:
5
 
6
  jobs:
7
  test: