From 073c5bb9f6be6e8882b74f6fd3243339757b04c1 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Thu, 7 Aug 2025 05:38:37 -0400 Subject: [PATCH] Update windows_build.yml --- .github/workflows/windows_build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 6afa6f9..81a20f9 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -1,10 +1,7 @@ name: Windows Compile on: - push: - branches: [ "*" ] - pull_request: - branches: [ "master" ] + workflow_dispatch: jobs: build: @@ -48,4 +45,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: torch-windows-${{ matrix.arch }}-${{ matrix.toolchain }} - path: build/${{ matrix.arch }}/Release/torch.exe \ No newline at end of file + path: build/${{ matrix.arch }}/Release/torch.exe