fix: remove en.json from check workflow trigger paths

The extraction script only reads from lfx.components — en.json is never
edited directly, so triggering on it was redundant and would silently
overwrite any intentional manual edits.
This commit is contained in:
RamGopalSrikar
2026-04-09 11:14:00 -04:00
parent e1c97179b1
commit b533dec26a

View File

@ -4,7 +4,6 @@ on:
pull_request:
paths:
- "src/lfx/src/lfx/components/**"
- "src/backend/base/langflow/locales/en.json"
jobs:
auto-commit: