From 31eb772051a2ef4057652a169c2688deed735d9b Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sat, 18 Mar 2023 11:57:00 +0800
Subject: [PATCH] Run CI daily

---
 .github/workflows/ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 53dac09..b0e60f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,7 +1,9 @@
 name: ci
 on:
-  - push
-  - pull_request
+  push:
+  pull_request:
+  schedule:
+    - cron: 0 0 * * *
 
 defaults:
   run:
-- 
GitLab