From 68f67fc63f89490c413e510b2bce1ca4986aca8c Mon Sep 17 00:00:00 2001 From: Steinwurf Buildbot Date: Wed, 23 Aug 2023 09:41:56 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/valgrind.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 4816a12..83c5033 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -5,6 +5,8 @@ name: Valgrind extra_resolve_options: description: Extra Resolve Options required: false + schedule: + - cron: 0 1 * * * push: branches: - master