mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 22:28:55 +08:00
test(i18n): add pull_request trigger for CI testing
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 <noreply@anthropic.com>
This commit is contained in:
parent
e948e5a4e0
commit
7051d96841
4
.github/workflows/translate-i18n-claude.yml
vendored
4
.github/workflows/translate-i18n-claude.yml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- 'web/i18n/en-US/*.json'
|
- 'web/i18n/en-US/*.json'
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/translate-i18n-claude.yml'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
files:
|
files:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user