From b718a2063dc43a6d9e78a41641679372379b1509 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 26 Aug 2020 14:57:55 -0400 Subject: [PATCH] Set CI to run on master (#349) --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de105190088ec..cbe416220ffbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,8 @@ name: CI on: - # NOTE: temporarily disabled because on-push currently uses up too many resources - # push: - # branches: [master] - schedule: - - cron: '0 21 * * *' + push: + branches: [master] pull_request: branches: [master]