Run CI for pull requests

This commit is contained in:
Jeremy Stretch 2020-12-16 13:23:45 -05:00
parent 577c86fb80
commit 52c9e3ecef

View File

@ -1,5 +1,5 @@
name: CI
on: push
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest