From aaf20e7b6145d289d8993b2979b37896eb51a3f8 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Mon, 18 Jul 2022 11:45:39 -0500 Subject: [PATCH] Build only on branches Issue gh-11480 --- .github/workflows/continuous-integration-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ca79130b4a..8d429185d6 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -2,6 +2,8 @@ name: CI on: push: + branches: + - '**' schedule: - cron: '0 10 * * *' # Once per day at 10am UTC workflow_dispatch: # Manual trigger