Add pull_request to actions (#87)

This commit is contained in:
Nathan Brown 2019-12-11 18:33:32 -08:00 committed by GitHub
parent cbf8319eb2
commit 247ed31bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: Build and test
on: [push]
on: [push, pull_request]
jobs:
test-linux: