Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
changed the npm publish action such that it publishes after every merge to the main branch
  • Loading branch information
kurayami07734 authored Oct 29, 2023
1 parent 9ad394b commit 02b6396
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name: Node.js Package

on:
release:
types: [created]
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:
Expand Down

0 comments on commit 02b6396

Please sign in to comment.