Update master.yml

This commit is contained in:
Andrew Welker
2020-06-10 12:26:01 -06:00
parent de9d44169a
commit 128e34ce50

View File

@@ -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