Skip to content

Commit 22f7359

Browse files
committed
Add support for manual invocation of the workflow
1 parent 8581c8e commit 22f7359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
workflow_dispatch:
78
pull_request:
89

910
jobs:
@@ -48,4 +49,4 @@ jobs:
4849
PUBLIC_KEY: ${{ steps.solo.outputs.publicKey }}
4950
NETWORK: solo
5051
run: |
51-
python test.py
52+
python test.py

0 commit comments

Comments
 (0)