From b25976f7b959fb166d411582e1fd8c52a0ffcb0e Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:35:51 +0800 Subject: [PATCH] ci(sync): update branch filter to renovate/* - change workflow trigger branch from `localApps` to `renovate/*` --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 3e1b486a6..14a008e4b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -10,7 +10,7 @@ on: types: - completed branches: - - localApps + - renovate/* permissions: contents: read