diff --git a/.github/workflows/win-ci.yml b/.github/workflows/win-ci.yml index 80bb1d75..5de2bd11 100644 --- a/.github/workflows/win-ci.yml +++ b/.github/workflows/win-ci.yml @@ -1,12 +1,6 @@ name: Windows MSVC Build and Test -on: - push: - branches: - - 'v1.x' - pull_request: - branches: - - 'v1.x' +on: [push, pull_request] jobs: build: