diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 36469fe..d6732cb 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -4,8 +4,10 @@ name: Node.js Package on: - release: - types: [created] + push: + branches: [ main ] + pull_request: + branches: '*' jobs: build: