fix: correct branch name in publish.yml

This commit is contained in:
Jonathan Barrow 2024-12-30 16:10:17 -05:00 committed by GitHub
commit da373f0029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name: Publish to NPM
on: on:
push: push:
branches: branches:
- main - master
jobs: jobs:
build: build: