From a1e7420db461dc39881ac6dd0035a4fe8b77f23e Mon Sep 17 00:00:00 2001 From: andermi Date: Fri, 2 Feb 2024 12:56:47 -0800 Subject: [PATCH] build main nightly (#170) --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de53208..cb9cf841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: Build and test -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' # run nightly at midnight jobs: tests: