From 44db9b2387e5bf9f1b3f16544dccb9ec98d3ceb9 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 6 Apr 2020 12:55:01 -0700 Subject: [PATCH] changed ci to run on pull-requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b33ee25..33ba820f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: # Run on pushes and also once per day (in case deps change under us) push: + pull_request: schedule: # Note: '*' is a special character in YAML so we have to quote the str. - cron: '0 12 * * *'