From 55b3fba9c9b002630dedafc3df133b5d9814c12b Mon Sep 17 00:00:00 2001 From: Frederik Seiffert Date: Mon, 27 Nov 2023 08:13:09 +0100 Subject: [PATCH] CI: schedule automatic and allow manual runs --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69aaa6a..a6f1c73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,11 @@ on: branches: [ master ] pull_request: branches: [ master ] + # Automatically run the workflow once a month + schedule: + - cron: '0 4 1 * *' + # Allow running the workflow manually + workflow_dispatch: jobs: ubuntu: