Run CI on push to master and PRs
This commit is contained in:
parent
a855596b9e
commit
117e5999ff
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push: {}
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in a new issue