From 7da64262f510d99449b0af249660c614fd1b9dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sat, 16 Sep 2023 21:27:57 -0400 Subject: [PATCH] github: Enable daily builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/builds.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index fad94eb..0037e9a 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1,6 +1,10 @@ name: Builds on: - - push + - push: + branches: + - daily + - schedule: + - cron: '0 10 * * *' permissions: contents: read