Skip to content

Commit

Permalink
Update NPM Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Apr 13, 2023
1 parent 8dcde78 commit c8e8f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build NPM package
name: Build NPM package (On Demand)
on:
workflow_dispatch:
inputs:
Expand All @@ -8,6 +8,7 @@ on:

jobs:
release:
name: Build NPM package (On Demand)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit c8e8f17

Please sign in to comment.