From 48db32c85865666c47f3ef9a374d5e052f716480 Mon Sep 17 00:00:00 2001 From: "Tan N. Le" Date: Wed, 20 Oct 2021 14:12:30 -0700 Subject: [PATCH] update CI to compile on PRs (#28) --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7696b1f..5b22bd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [push] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: build: