Skip to content

Commit 332ca87

Browse files
committed
Allow manually triggering release workflow.
1 parent f042c5e commit 332ca87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-framework.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ permissions:
66
actions: read
77
checks: write
88
on:
9+
workflow_dispatch:
10+
inputs:
11+
tags:
12+
description: 'Test scenario tags'
13+
required: true
14+
type: boolean
915
push:
1016
tags:
1117
- "*"

0 commit comments

Comments
 (0)