From 5e0f9c02da2367b5423e5f337bf258d8558b2f6f Mon Sep 17 00:00:00 2001 From: Ahtisahm Shahid Date: Tue, 9 Jun 2026 14:46:10 +0500 Subject: [PATCH] ci: run tests on PRs targeting release/* branches --- .github/workflows/test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index d81c53066..c7f60e63a 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, release/* ] workflow_dispatch: jobs: