From 2b54b58598096b99ddca9951dc2b136b7e1ea779 Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 1 Dec 2025 22:42:18 +0000 Subject: [PATCH] chore(i18n-update-core.yaml): add push trigger for branches matching sno-* for testing purposes --- .github/workflows/i18n-update-core.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/i18n-update-core.yaml b/.github/workflows/i18n-update-core.yaml index a4e73f538..ee881937a 100644 --- a/.github/workflows/i18n-update-core.yaml +++ b/.github/workflows/i18n-update-core.yaml @@ -9,6 +9,10 @@ on: branches: [main] types: [opened, synchronize, reopened] + push: + branches: + - sno-* # for test only, remove before merge + jobs: update-locales: # Branch detection: Only run for manual dispatch or version-bump-* branches from main repo