Skip to content

Commit

Permalink
🔧 chore(npm-publish-github-packages.yml): add workflow_dispatch event…
Browse files Browse the repository at this point in the history
… to manually trigger the workflow

🔧 chore(npm-publish-github-packages.yml): add release event to trigger the workflow when a new release is created
🔧 chore(npm-publish-github-packages.yml): add push event to trigger the workflow when a push is made to the repository
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent eef7a7c commit 691ec53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Node.js Package

on:
workflow_dispatch:
release:
types: [created]
push:
Expand Down

0 comments on commit 691ec53

Please sign in to comment.