Run github actions on PR commits.

This commit is contained in:
John Ralls
2020-12-10 12:11:43 -08:00
parent 0ee7ebbc43
commit 21d6984153
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: ci-tests
on: [push]
on: [push, pull_request]
jobs:
ci_tests_ubuntu-18:
runs-on: ubuntu-18.04