From 1c4664bf190ddbd5174b1e02e1966e588e06e8da Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Tue, 14 Jul 2026 16:48:49 -0700 Subject: [PATCH] Run CI on `target-patch-` branches. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f66c0bbc..0fc24130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - 'target-patch-*' env: CARGO_TERM_COLOR: always