Skip to content

Commit

Permalink
Merge pull request #11 from alisaitteke/develop
Browse files Browse the repository at this point in the history
chore(workflow): add workflow_dispatch event to allow manual triggeri…
  • Loading branch information
alisaitteke authored Nov 23, 2024
2 parents edd9b8c + ccf358e commit 486cb56
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 @@ -2,6 +2,7 @@ name: NPM Package Publication
on:
release:
types: [created]
workflow_dispatch:

jobs:
checks:
Expand Down

0 comments on commit 486cb56

Please sign in to comment.