Skip to content

Commit 58f5c22

Browse files
committed
Add workflow_dispatch support to publish prerelease workflow
1 parent 2bb05aa commit 58f5c22

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-prerelease.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
- dev
77
paths:
88
- 'LiteDB/**'
9+
# allow workflow_dispatch to trigger manually from GitHub UI
10+
workflow_dispatch:
11+
inputs:
12+
ref:
13+
description: Branch, tag, or SHA to release from
14+
default: dev
15+
required: true
916

1017
jobs:
1118
ci-checks:

0 commit comments

Comments
 (0)