From 243da5137c6d21b7b246f884fb07e1f0625f2673 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Fri, 30 Dec 2022 11:32:09 +0100 Subject: Setup a nightly build, even without changes in the module itself. --- .github/workflows/python-app.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/python-app.yml') diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2e07ee1..1a173f8 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -8,6 +8,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + cron: '0 12 * * *' jobs: build: -- cgit v1.2.1