Run CI on PRs as well

This commit is contained in:
Kovid Goyal 2019-10-03 11:00:50 +05:30
parent 9c07cc7e82
commit 842ec0eadb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,5 +1,5 @@
name: Continuous Integration
on: push
on: [push, pull_request]
jobs:
test: