Merge pull request #481 from cli/ci-pulls

Enable CI for pull requests from forks
This commit is contained in:
Nate Smith 2020-02-18 10:03:13 -06:00 committed by GitHub
commit 0215074f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
name: Tests
on: [push]
on: [push, pull_request]
jobs:
build:
strategy: