From 6f2ead1a0e8e0003f022451136eac1de01589864 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Nov 2024 18:09:46 +0200 Subject: [PATCH] refactor win ci --- .github/workflows/win-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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: