From b3d624b7cd05adb3169f470e90c1bbfec9df3b26 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 15:26:06 -0700 Subject: [PATCH] Run windows tests on push --- .github/workflows/windows-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 023e0e1fc..803ca700f 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -1,7 +1,12 @@ name: Windows Python Tests on: - workflow_dispatch: + push: + branches: + - main + pull_request: + branches: + - main jobs: build: