From 15e3e16bf2b67d73d74b30ca9030b5c716c43b40 Mon Sep 17 00:00:00 2001 From: Kenny Date: Thu, 15 Jan 2026 07:43:43 -0500 Subject: [PATCH] fix(ci): run tests on PRs to dev 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 7ba0e7529..748afe680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [master, dev] pull_request: - branches: [master] + branches: [dev] concurrency: group: ${{ github.workflow }}-${{ github.ref }}