From c5db35c8b76918e748bb28348dce406b2b2ef8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Wed, 8 May 2024 15:58:42 +0200 Subject: [PATCH] Run nightly on schedule and push on main now that release deploys webpage (#21) --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b72ee39..d3a85d9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,11 +1,16 @@ name: Test package against nightly image on: + push: + branches: + - main workflow_call: workflow_dispatch: pull_request: branches: - main + schedule: + - cron: "0 8 * * *" env: DEB_PYTHON_INSTALL_LAYOUT: deb_system