Skip to content

Commit 3774e2c

Browse files
add workflow dispatch to test workflow (#94)
1 parent e54869a commit 3774e2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
description: "Comma-delineated list of OS targets to run tests on"
1111
required: false
1212
type: string
13+
workflow_dispatch:
14+
inputs:
15+
os:
16+
description: "Comma-delineated list of OS targets to run tests on"
17+
required: false
18+
type: string
1319

1420
concurrency:
1521
group: ${{ github.workflow }}-${{ github.head_ref }}

0 commit comments

Comments
 (0)