Removed non-necessary if statement.

This commit is contained in:
AZMCode
2020-08-29 11:27:57 -04:00
committed by GitHub
parent a9036befd2
commit 52e7ada5b0

View File

@@ -85,7 +85,7 @@ jobs:
Publish-Package:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/master'
needs: Build
steps:
- name: Download Build Artifact