From 34f6e0e13b391a5f8a29aa3d4e47fe6b933ec97e Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:59:37 +0000 Subject: [PATCH] fix(ci): add dev branch to pull_request trigger Aligns PR trigger with push trigger. QA approved (PRI-547), CTO approved, CI green. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cdcca8a..866f1b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: push: branches: ['**'] pull_request: - branches: [main] + branches: [main, dev] workflow_dispatch: permissions: