Make CIs to ignore .ts translation files in PullRequests (#4005)

This commit is contained in:
Mehrad Mahmoudian
2025-06-13 00:05:42 +03:00
committed by GitHub
parent 100bfc1300
commit 5d91ce31fd
5 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ on:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
workflow_dispatch:

View File

@@ -15,6 +15,7 @@ on:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
workflow_dispatch:

View File

@@ -15,6 +15,7 @@ on:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
workflow_dispatch:

View File

@@ -13,6 +13,7 @@ on:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
workflow_dispatch:

View File

@@ -6,11 +6,13 @@ on:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- 'data/translations/*.ts'
workflow_dispatch: