From c9472efb0f8f96b604414679a3993e647eb9dc2d Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 2 Dec 2023 12:54:33 +0100 Subject: [PATCH] chore: build on schedule --- .forgejo/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 7416731..262e7a2 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -3,6 +3,8 @@ name: Build on: push: branches: ['master'] + schedule: + - cron: '20 2 * * *' jobs: build-amd64-linux: