Skip to content

Commit 9c4121e

Browse files
authored
chore(ci): exclude locales from pr check
1 parent f89d036 commit 9c4121e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
branches: [ "main", "next" ]
66
paths-ignore:
77
- '**.md'
8+
- '**.txt'
9+
- "locales/*"
810
- 'LICENSE'
911
- 'PRIVACY'
10-
- '**/cd_pipeline.yaml'
12+
- '**/cd_pipeline.yml'
1113
- '**/dependabot.yml'
1214
- '**/codeql-analysis.yml'
1315
- '**/pr_next.yaml'

0 commit comments

Comments
 (0)