There was an error while loading. Please reload this page.
1 parent abbe54d commit b547b13Copy full SHA for b547b13
1 file changed
.github/workflows/tests.yaml
@@ -5,6 +5,9 @@ on:
5
branches: [main]
6
pull_request:
7
8
+ # Lets the suite be run by hand against any branch — used to confirm a test
9
+ # actually fails when the defect it targets is reintroduced.
10
+ workflow_dispatch:
11
12
jobs:
13
# Fast suite: pure protocol logic, no Home Assistant. Runs in well under a second,
0 commit comments