Skip to content

Commit 5e315cf

Browse files
committed
Merge branch 'next'
2 parents aff68ce + e0410e2 commit 5e315cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
push:
66
branches:
77
- main
8+
workflow_dispatch:
9+
inputs:
10+
publish:
11+
description: Publish to NPM
12+
required: true
13+
default: false
14+
type: boolean
815

916
permissions:
1017
contents: write

0 commit comments

Comments
 (0)