Removed non-necessary if statement.
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
|
|
||||||
Publish-Package:
|
Publish-Package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/master'
|
||||||
needs: Build
|
needs: Build
|
||||||
steps:
|
steps:
|
||||||
- name: Download Build Artifact
|
- name: Download Build Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user