[CI] Skip i18n in unrelated PRs (#4320)

This commit is contained in:
filtered
2025-07-01 14:53:48 -07:00
committed by GitHub
parent 8d6360074d
commit df710945c9

View File

@@ -3,6 +3,12 @@ name: Update Locales
on:
pull_request:
branches: [ main, master, dev* ]
paths-ignore:
- '.github/**'
- '.husky/**'
- '.vscode/**'
- 'browser_tests/**'
- 'tests-ui/**'
jobs:
update-locales: