From 2be6d35e354f60714a8c9c76b3993ee942ba61d9 Mon Sep 17 00:00:00 2001 From: Mingxin Wang Date: Sun, 19 Jul 2026 17:44:36 +0800 Subject: [PATCH] Automate CI for feature branches --- .github/workflows/pipeline-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline-ci.yml b/.github/workflows/pipeline-ci.yml index 46e3702e..f1863b7f 100644 --- a/.github/workflows/pipeline-ci.yml +++ b/.github/workflows/pipeline-ci.yml @@ -2,9 +2,9 @@ name: Proxy-CI on: push: - branches: [ main, release/** ] + branches: [ main, release/**, feature/** ] pull_request: - branches: [ main, release/** ] + branches: [ main, release/**, feature/** ] workflow_dispatch: jobs: