Skip to content

Commit a606790

Browse files
committed
Workflow dispatch classic
1 parent 65ad33c commit a606790

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
release:
88
types: [published]
99
workflow_dispatch:
10+
inputs:
11+
version:
12+
description: "Version"
13+
default: ""
14+
will_publish_packages:
15+
description: "Publish packages?"
16+
default: "false"
1017
jobs:
1118
run:
1219
strategy:

0 commit comments

Comments
 (0)