From d7ac254b3dec1903c32b510c054a2bcd5ee9f1ec Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Wed, 16 Mar 2022 11:20:16 -0500 Subject: [PATCH] Do not run CI on tags Issue gh-10457 --- .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 f93096fc35..c700bc238b 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