From 8d7e1de1d6ea983f0e309ed78308e97e561e17a4 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Tue, 25 Aug 2020 21:51:40 -0400 Subject: [PATCH] Set CI to run on master --- .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 71dabb4553391..0dcc0394fe8df 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]