Skip to content

Commit

Permalink
Make CI step conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Sep 13, 2019
1 parent 7ff6804 commit 1357793
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
uses: actions/npm@master
with:
args: test
- name: Tag
uses: actions/bin/filter@master
with:
args: tag
- name: Publish
uses: actions/npm@master
if: startsWith(github.event.ref, 'refs/tags')
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
with:
Expand Down

0 comments on commit 1357793

Please sign in to comment.