From 10d9dfaf918d7f0158b1410e00615efe77ef2fb4 Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 1 Dec 2025 22:37:21 +0000 Subject: [PATCH] chore(i18n-update-core.yaml): add push trigger for sno-babel-define branch to facilitate debugging during development --- .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..88cb2435d 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-babel-define # REMOVE BEFORE MERGE - test branch for debugging + jobs: update-locales: # Branch detection: Only run for manual dispatch or version-bump-* branches from main repo