Add pull_request github action

This commit is contained in:
treeform 2020-05-06 17:19:26 -07:00
parent 92bf517b9d
commit c9c8a4699c

View file

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