Run CI on push to master and PRs

This commit is contained in:
Oliver Davies 2020-05-15 12:19:54 +01:00
parent a855596b9e
commit 117e5999ff

View file

@ -1,7 +1,10 @@
name: CI
on:
push: {}
push:
branches:
- master
pull_request:
jobs:
tests: