Run CI for pull requests

This commit is contained in:
Jeremy Stretch 2020-12-16 13:23:45 -05:00
parent e86782ffcb
commit dcaf37a46c

View File

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