Add push trigger for npm publish workflow on main branch

This commit is contained in:
Huakun Shen 2025-01-18 03:25:35 -05:00
parent a1c863fbb1
commit 9683015ff6
No known key found for this signature in database

View File

@ -4,6 +4,8 @@
name: NPM Package Publish
on:
push:
branches: [main]
release:
types: [created]
workflow_dispatch: