Updated Github Actions to run on PR

This commit is contained in:
Rhet Turnbull
2020-07-24 19:03:01 -07:00
parent 65b84ad345
commit 9fc4f76219

View File

@@ -1,6 +1,6 @@
name: Python package
name: Tests
on: [push]
on: [push, pull_request]
jobs:
build: