From c8caf52f98f64e81e3390f4e05f9de8dfdb59387 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Tue, 31 Oct 2023 19:26:34 +0000 Subject: [PATCH] Add cron scheduler --- .github/workflows/build_and_publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 83c3e88..92b5b77 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -13,6 +13,9 @@ on: push: branches: ["main"] workflow_dispatch: + schedule: + cron: "0 8 * * *" + jobs: