Skip to content

Commit df71094

Browse files
authored
[CI] Skip i18n in unrelated PRs (#4320)
1 parent 8d63600 commit df71094

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/i18n.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Update Locales
33
on:
44
pull_request:
55
branches: [ main, master, dev* ]
6+
paths-ignore:
7+
- '.github/**'
8+
- '.husky/**'
9+
- '.vscode/**'
10+
- 'browser_tests/**'
11+
- 'tests-ui/**'
612

713
jobs:
814
update-locales:

0 commit comments

Comments
 (0)