update CI to compile on PRs (#28)

This commit is contained in:
Tan N. Le 2021-10-20 14:12:30 -07:00 committed by GitHub
parent 0d5651028c
commit 48db32c858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,12 @@
name: CI
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build: