Skip to content

Commit

Permalink
change workflow order
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhul committed Jan 31, 2022
1 parent 22b8cec commit e7a06c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Node.js Package Publish

on:
workflow_dispatch:
release:
types: [created]

Expand All @@ -20,7 +19,7 @@ jobs:
yarn test
publish-npm:
needs: build
needs: test
environment: production
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit e7a06c6

Please sign in to comment.