Skip to content

Commit 779e4f5

Browse files
authored
enable manual trigger of workflow (#654)
1 parent 1db8dfe commit 779e4f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- main
9+
workflow_dispatch:
10+
inputs: {}
911

1012
concurrency:
1113
# Cancel only on same PR number

0 commit comments

Comments
 (0)