Update CI to also run on PRs

This commit is contained in:
Jonathan Coates 2019-09-30 15:37:52 +01:00 committed by GitHub
parent 3023f235a4
commit 7250f22ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
name: Build
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps: