Add PR as a trigger for python workflows

This commit is contained in:
Luke Van Seters 2021-07-23 15:56:30 -04:00
parent 0679592216
commit afc6ce5ea9

View File

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