From 7051d9684100c5161201f1b813d6aef7fa3be2a8 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 7 Jan 2026 17:26:09 +0800 Subject: [PATCH] test(i18n): add pull_request trigger for CI testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary change to test workflow in PR CI. Will be reverted after testing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/translate-i18n-claude.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/translate-i18n-claude.yml b/.github/workflows/translate-i18n-claude.yml index 1583142259..8b538a014d 100644 --- a/.github/workflows/translate-i18n-claude.yml +++ b/.github/workflows/translate-i18n-claude.yml @@ -5,6 +5,10 @@ on: branches: [main] paths: - 'web/i18n/en-US/*.json' + pull_request: + branches: [main] + paths: + - '.github/workflows/translate-i18n-claude.yml' workflow_dispatch: inputs: files: