From 89b844158f70ca88c68cb5d49b26aebacde9573b Mon Sep 17 00:00:00 2001 From: John Haynes Date: Sat, 28 Oct 2023 14:59:34 -0600 Subject: [PATCH] Enable windows --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fca3d2153..cf6bd022d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,8 +1,8 @@ on: #schedule: # - cron: '00 7 * * *' #0630 UTC kick off full build and regression - # push: - # branches: [ ci/* ] + push: + branches: [ ci/* ] workflow_dispatch: inputs: runTests: