From 8d4427c13b5ab44413cfbbf74da641739535ce6f Mon Sep 17 00:00:00 2001 From: Danny Bierek <dannybierek@gmail.com> Date: Mon, 3 Jun 2024 01:26:16 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4e429a..7dfeeef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,7 +182,6 @@ jobs: create_release: name: Create release needs: [build_windows, build_linux] - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest outputs: @@ -203,7 +202,6 @@ jobs: upload_release: name: Upload release artifacts needs: create_release - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest strategy: