chore: add workflow_dispatch trigger to publish workflows and update branch push settings

This commit is contained in:
Huakun Shen 2025-02-07 00:46:49 -05:00
parent 7f1881eb23
commit 27b0d6b6f8
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
publish: publish:
@ -14,7 +15,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:

View File

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