From 32f3a0fbe13d297d4a32bf5ac0a7a8d5e9f46dc1 Mon Sep 17 00:00:00 2001
From: Lennard <27106448+SirWalross@users.noreply.github.com>
Date: Wed, 15 Jun 2022 11:51:27 +0200
Subject: [PATCH] Update workflow

---
 .github/workflows/convert.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml
index 0f03731..2217fef 100644
--- a/.github/workflows/convert.yml
+++ b/.github/workflows/convert.yml
@@ -1,11 +1,8 @@
 name: Convert data to .mat file(s)
 
 on:
-  push:
-    branches:
-      - "main"
   schedule:
-      - cron: "0 1 * * 0,3"
+      - cron: "0 1 * * *"
 
 jobs:
   build:
-- 
GitLab