From c5828a4f3c8483c66e0f3b1d4b081121a74a0c44 Mon Sep 17 00:00:00 2001 From: Johan van Eck Date: Sun, 27 Jul 2025 17:02:54 +0300 Subject: [PATCH] Add a schedule for the Github Actions workflow --- .github/workflows/generate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 9569a8e..1669d27 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -1,7 +1,9 @@ name: Generate on: - workflow_dispatch: # Manually trigger + schedule: + - cron: "7 31 * * *" + workflow_dispatch: jobs: generate: