Skip to content

Commit

Permalink
Add support for manual invocation of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rbair23 committed Dec 20, 2024
1 parent 8581c8e commit 22f7359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '**'
workflow_dispatch:
pull_request:

jobs:
Expand Down Expand Up @@ -48,4 +49,4 @@ jobs:
PUBLIC_KEY: ${{ steps.solo.outputs.publicKey }}
NETWORK: solo
run: |
python test.py
python test.py

0 comments on commit 22f7359

Please sign in to comment.