From 66391bf742adc64a025eaf6adedfcf73b03e3885 Mon Sep 17 00:00:00 2001 From: Leochocolat Date: Tue, 19 Dec 2023 11:49:28 +0100 Subject: [PATCH] update workflow CI - enable schedule --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b15104ad..01ddb801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ name: CI pull_request: branches: - master + - development push: branches: - - master - development -# schedule: -# - cron: "0 4 * * 4" + schedule: + - cron: "0 4 * * 4" defaults: run: