Skip to content

Commit bfb344a

Browse files
authored
Added paths-ignore to skip CI&CD for l10n folder (#62)
1 parent 9cb34b6 commit bfb344a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches:
66
- main
77
- dev
8+
paths-ignore:
9+
- l10n/**
810
push:
911
branches:
1012
- main
1113
- dev
14+
paths-ignore:
15+
- l10n/**
1216
workflow_dispatch:
1317

1418
env:

0 commit comments

Comments
 (0)