From b4a8c7e51609b1a035933997fa51beded32a58ee Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Tue, 10 Nov 2020 11:51:20 +0100 Subject: [PATCH] Create GitHub Actions CI for 2.4.x --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index fa88ad41..dd310f10 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,9 +1,9 @@ -name: CI +name: 2.4.x CI on: push: branches: - - master + - 2.4.x schedule: - cron: '0 10 * * *' # Once per day at 10am UTC