diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b3069b..fcbe951 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: - '**' + workflow_dispatch: pull_request: jobs: @@ -48,4 +49,4 @@ jobs: PUBLIC_KEY: ${{ steps.solo.outputs.publicKey }} NETWORK: solo run: | - python test.py \ No newline at end of file + python test.py