From 0351883dfa95e83813866daa4ed77ff0482758e6 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 18 May 2021 15:38:45 -0600 Subject: [PATCH] Include all configured branches in CI Closes gh-9775 --- .github/workflows/continuous-integration-workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 64c8c09d3d..88341bd153 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,8 +2,6 @@ name: CI on: push: - branches: - - main schedule: - cron: '0 10 * * *' # Once per day at 10am UTC workflow_dispatch: # Manual trigger