From f7f435d3f429814a586522d216d89b660e58544f 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 46a5f0a85f..380af08e04 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