From 526dac0f911deacba4f3b3b733c42f475450493b Mon Sep 17 00:00:00 2001 From: David Verdeguer <daverlo@github.com> Date: Tue, 6 Oct 2020 14:47:20 +0200 Subject: [PATCH] Only run tests on main and v1 --- .github/workflows/python-deps-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-deps-windows.yml b/.github/workflows/python-deps-windows.yml index fd1b5034a..00b373aa8 100644 --- a/.github/workflows/python-deps-windows.yml +++ b/.github/workflows/python-deps-windows.yml @@ -3,6 +3,7 @@ name: Test Python Package Installation on Windows on: push: + branches: [main, v1] pull_request: jobs: