From 0e2d76bbaad8a4a9b4e8a774682f41f1935d6dab Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Tue, 18 Apr 2023 14:53:35 -0300 Subject: [PATCH] Only run CI when push on branches Closes gh-2292 --- .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 b3bfbdd5..e8314264 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