Skip to content

Commit

Permalink
Allow npm publish workflow to be triggered by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Nov 17, 2021
1 parent 0de9ff5 commit 5ccfc79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types:
- published

# Allow workflow to be manually run from the GitHub UI
workflow_dispatch:

jobs:
publish:
timeout-minutes: 10
Expand Down

0 comments on commit 5ccfc79

Please sign in to comment.