From 17636d083fd0d5fcc4a8566be4296ee3040ca4cb Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Mon, 13 Mar 2023 02:54:30 -0400 Subject: [PATCH] Probably safer to manually trigger builds instead of every push. --- .github/workflows/windows_release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index bc94a079..a6cb883b 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -1,9 +1,10 @@ name: "Windows Release" on: - push: - branches: - - master + workflow_dispatch: +# push: +# branches: +# - master jobs: build: