ci: fix CI builds not running on PRs

This commit is contained in:
Lucio Franco
2020-01-14 16:32:30 -05:00
committed by Eliza Weisman
parent 6fcdf94fef
commit 2736f594bd

View File

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