From b826aa5fcaa6514719fd26e8b8d5732cda193985 Mon Sep 17 00:00:00 2001 From: Bilge Date: Sun, 28 Jul 2024 14:27:15 +0100 Subject: [PATCH] Added cron job and workflow dispatch triggers to CI workflow. --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b255872..b5a97cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,11 @@ name: Continuous Integration on: - - push - - pull_request + push: + pull_request: + workflow_dispatch: + schedule: + - cron: 0 6 * * * jobs: tests: