From dba22292a3f073752548ff11873b03c95a2c71ba Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Wed, 5 Jan 2022 14:29:28 +0200 Subject: [PATCH] Run CI on all branches --- .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 63360097..b3bfbdd5 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