Merge pull request #34 from PepperDash/hotfix/fix-master-actions

Remove if statement for public push job
This commit is contained in:
Andrew Welker
2020-06-10 12:47:42 -06:00
committed by GitHub

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