From ea457efbb11a411399e8443c1800c5646577bf79 Mon Sep 17 00:00:00 2001 From: Alexander Ding Date: Fri, 7 Oct 2022 14:13:58 +0000 Subject: [PATCH] test: update GitHub action to be branch agnostic --- .github/workflows/windows.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 527a886a..9bf7dfb7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,9 +1,5 @@ name: Windows Tests -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: integration_tests: strategy: