From 52e7ada5b08dfc563d0075f5a58524dcbb131dad Mon Sep 17 00:00:00 2001 From: AZMCode Date: Sat, 29 Aug 2020 11:27:57 -0400 Subject: [PATCH] Removed non-necessary if statement. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8382b4..4efcc25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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