mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-08-07 11:48:06 +00:00
ci: allow manual test.yml runs via workflow_dispatch
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NohXi78cwsAKtN1sCfxjUh
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
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.
|
# Both jobs only check out the repo and run pytest.
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user