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: