From 128e34ce50bbdccf621fcc00d5ed582142ffbe7b Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Wed, 10 Jun 2020 12:26:01 -0600 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 81f7fa7..70f3444 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -160,7 +160,6 @@ jobs: Public_Push_Output: needs: Build_Project runs-on: windows-latest - if: contains(github.ref, 'master') || contains(github.ref, 'release') steps: # Checkout the repo - name: Checkout Builds Repo