Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luciobenini committed Oct 28, 2021
1 parent 80dd463 commit 71dd76c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ name: Node.js Package
on:
release:
types: [created]
workflow_dispatch:
inputs:
name:
description: 'Build and Deploy'
required: true
default: 'Build and Deploy'

jobs:
build:
Expand Down

0 comments on commit 71dd76c

Please sign in to comment.