From 40c4f5f603ffb6334db16e8b85658a31b72a1afd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 4 Nov 2020 16:26:20 +0000 Subject: [PATCH] Schedule automated CI builds --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d326d9..55f733a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: pull_request: push: + schedule: + - cron: '* 2 */7 * *' jobs: test: