From f3210dc8df2b47bd168214f2869096c7d4df0d34 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Thu, 7 Sep 2023 17:50:12 -0500 Subject: [PATCH] Fix needs --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93d7403..d1ac609 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,6 @@ on: push: tags: - "*" - pull_request: - branches: [ master ] jobs: create_release: @@ -60,6 +58,7 @@ jobs: build_windows: runs-on: windows-latest name: "windows build: ${{ matrix.arch }}" + needs: create_release # we need to know the upload URL strategy: fail-fast: true matrix: