Skip to content

Commit

Permalink
chore: add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Dec 11, 2024
1 parent ef0dde5 commit e0410e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
publish:
description: Publish to NPM
required: true
default: false
type: boolean

permissions:
contents: write
Expand Down

0 comments on commit e0410e2

Please sign in to comment.