Skip to content

Commit

Permalink
NPM workflow: Make it runable manually
Browse files Browse the repository at this point in the history
  • Loading branch information
GitToTheHub committed Jan 24, 2025
1 parent 3a15958 commit bdbdc32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
name: Node.js Package

on:
# Run workflow, when a new release is created
release:
types: [created]

# Allows to run this workflow manually
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bdbdc32

Please sign in to comment.