Run CI checks on pull requests and pushes

This commit is contained in:
Sam Tebbs 2020-04-14 14:43:27 +01:00
parent 7f470a4668
commit 98268ff902

View file

@ -1,6 +1,10 @@
name: CI
on: [push]
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
test: