Run CI checks on pushes and pull requests (#2150)

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2019-12-18 17:08:31 -05:00
committed by Steve Kriss
parent a98bfd14c5
commit 2cd0b540bd

14
.github/workflows/pr.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Pull Request CI Check
on: [push, pull_request]
jobs:
build:
name: Run CI
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v1
- name: Make ci
run: make ci