Merge pull request #132 from SamTebbs33/feature/pr-status-checks

Run CI checks on pull requests and pushes
This commit is contained in:
Sam Tebbs 2020-04-14 15:05:32 +01:00 committed by GitHub
commit b2b6616861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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