From 14f9737e589a7040a0f29db4ce1efbe980c454c3 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Fri, 10 Apr 2020 13:47:06 -0700 Subject: [PATCH] chore: Updated CI workflow to run on all PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbb1aad5e..58ecbfa35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ # limitations under the License. name: Continuous Integration -on: push +on: pull_request jobs: build: