Skip to content

Commit

Permalink
feat: Added trigger to deploy npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Joya committed Sep 27, 2024
1 parent c71bf20 commit 36f908c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
name: Publish to npm

on:
release:
types: [published]
push:
branches:
- master

jobs:
publish-npm:
Expand Down

0 comments on commit 36f908c

Please sign in to comment.