From 17e019ab1c4edcc5806149b49cca47bb7d855279 Mon Sep 17 00:00:00 2001 From: Steinwurf Buildbot Date: Wed, 23 Aug 2023 09:41:35 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/windows_cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows_cmake.yml b/.github/workflows/windows_cmake.yml index 4fb824f..810f21e 100644 --- a/.github/workflows/windows_cmake.yml +++ b/.github/workflows/windows_cmake.yml @@ -5,6 +5,8 @@ name: Windows Cmake extra_resolve_options: description: Extra Resolve Options required: false + schedule: + - cron: 0 1 * * * push: branches: - master