From f33427dcb3a58dc1c51ac56bf3d978ba367fcdda Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 23 Apr 2023 16:35:13 +0100 Subject: [PATCH] Run the make, build and publish as a weekly cron --- .github/workflows/build-template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 9547d71..6071214 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -3,6 +3,8 @@ on: workflow_dispatch: push: branches: [ main ] + schedule: + - cron: '0 2 * * 0' # At 02:00 on Sunday jobs: build: runs-on: ubuntu-latest