From 048d038aaffe6b6a2ada6b7a0b3e4607f6aeaeb0 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 19 Sep 2021 22:38:35 +0300 Subject: [PATCH] Run CI also once a day --- .github/workflows/rust.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3a2f801..972eb35 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,6 +1,10 @@ name: electrs -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' # once a day jobs: audit: