diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 062e85b5..ecc49eb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ on: pull_request: push: branches: [main] + # Manual runs against any branch — useful when a PR's automatic run + # needs a re-run or didn't get created. + workflow_dispatch: # Both jobs only check out the repo and run pytest. permissions: