Merge pull request #34 from girtsf/patch-1

run CI on pull requests as well
This commit is contained in:
Kevin Hester 2020-03-16 09:01:28 -07:00 committed by GitHub
commit f099a31a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
name: Continuous Integration
on: push
on:
- push
- pull_request
jobs:
main: