From 3910ca9d0452b42809277d0980b91a615fc01921 Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 24 Dec 2025 21:52:56 -0500 Subject: [PATCH] Update CI to run on all branches (main, qa, dev) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df8c9ad..81b0876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,9 @@ name: CI on: push: - branches: [main, master] + branches: [main, qa, dev] pull_request: + branches: [main, qa, dev] jobs: lint-and-test: