ci: run the Tests workflow on stable-targeted PRs (unblock this promote)

Same one-liner as #772 — adds stable to tests.yml push/pull_request
filters so the required backend/frontend checks report on this PR
instead of hanging on 'Expected — Waiting for status to be reported'.
This commit is contained in:
Paul Nothaft
2026-07-08 20:29:41 +02:00
parent 6025b3194d
commit 2d3537f61c
+2 -2
View File
@@ -17,9 +17,9 @@ name: Tests
on:
push:
branches: [main, beta]
branches: [main, beta, stable]
pull_request:
branches: [main, beta]
branches: [main, beta, stable]
workflow_dispatch:
permissions: