From 5ca07d231ac7a8d839a02ef9bf8b8baac990556a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 26 Aug 2020 08:24:50 +0200 Subject: Enable windows on push * .github/workflows/windows.yml: --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9e43a5802c8..2beeca00bcf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,6 +1,7 @@ name: windows on: + push: pull_request: schedule: - cron: '0 7 * * SUN' -- cgit v1.2.1