From 6c438b0479adfe31c1b2e3420e905c858c4eac6b Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 9 Jul 2026 10:20:18 -0700 Subject: [PATCH] Run CI against dev branches Signed-off-by: Maksym Pavlenko --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8e2c11e7a85e..1ae1b2946d5a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: # See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions merge_group: pull_request: - branches: ['main', 'release/**'] + branches: ['main', 'release/**', 'dev/**'] permissions: # added using https://github.com/step-security/secure-workflows contents: read