From 5ab3fe5a3b0f7204f0a29cd86272cbf9c0ea4f23 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Thu, 12 Jan 2023 13:04:27 +0100 Subject: [PATCH] Enable nightly builds --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 889bf4a..46f8ee6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ name: CI -on: push +on: + push: + schedule: + - cron: '0 0 * * *' + jobs: Test: if: |