Skip to content

Commit 5d91ce3

Browse files
authored
Make CIs to ignore .ts translation files in PullRequests (flameshot-org#4005)
1 parent 100bfc1 commit 5d91ce3

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/Linux-pack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'README.md'
1616
- 'LICENSE'
1717
- 'docs/**'
18+
- 'data/translations/*.ts'
1819

1920
workflow_dispatch:
2021

.github/workflows/MacOS-pack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'README.md'
1616
- 'LICENSE'
1717
- 'docs/**'
18+
- 'data/translations/*.ts'
1819

1920
workflow_dispatch:
2021

.github/workflows/Windows-pack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'README.md'
1616
- 'LICENSE'
1717
- 'docs/**'
18+
- 'data/translations/*.ts'
1819

1920
workflow_dispatch:
2021

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'README.md'
1414
- 'LICENSE'
1515
- 'docs/**'
16+
- 'data/translations/*.ts'
1617

1718
workflow_dispatch:
1819

.github/workflows/clang-format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- 'README.md'
77
- 'LICENSE'
88
- 'docs/**'
9+
- 'data/translations/*.ts'
910
pull_request:
1011
paths-ignore:
1112
- 'README.md'
1213
- 'LICENSE'
1314
- 'docs/**'
15+
- 'data/translations/*.ts'
1416

1517
workflow_dispatch:
1618

0 commit comments

Comments
 (0)