From 92f9aa32ce5697b7240c7c102445d134316fa781 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Nov 2024 18:09:01 +0200 Subject: [PATCH] refactor win ci --- .github/workflows/win-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-ci.yml b/.github/workflows/win-ci.yml index dc7e39b8..80bb1d75 100644 --- a/.github/workflows/win-ci.yml +++ b/.github/workflows/win-ci.yml @@ -3,10 +3,10 @@ name: Windows MSVC Build and Test on: push: branches: - - v1.x + - 'v1.x' pull_request: branches: - - v1.x + - 'v1.x' jobs: build: