better npm-publish.yml

This commit is contained in:
Jacob Nguyen
2023-08-06 00:33:40 -05:00
committed by GitHub
parent ab9d39306a
commit 5fe13f43d2

View File

@@ -2,6 +2,9 @@ name: NPM / Publish
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
test-and-publish:
runs-on: ubuntu-latest