Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
Make workflow manual
  • Loading branch information
adamgruber authored Sep 29, 2021
1 parent 2332642 commit 9c2d2cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: npm publish

on:
push:
branches: [ master ]
on: workflow_dispatch

jobs:
publish:
Expand All @@ -15,4 +13,3 @@ jobs:
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: true

0 comments on commit 9c2d2cd

Please sign in to comment.