From a22e699e18aaa777c34f3c2159c01fb7008ed6b6 Mon Sep 17 00:00:00 2001 From: anurag629 Date: Sat, 21 Mar 2026 12:57:13 +0530 Subject: [PATCH] ci: run CI on PRs targeting production branch --- .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 d7e4d4a..af8f56c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [dev] pull_request: - branches: [dev] + branches: [dev, production] jobs: typecheck-test-build: