Skip to content

Commit 03879d7

Browse files
authored
Merge pull request #1210 from bact/limit-unittest-trigger
Limit unittest trigger
2 parents 5828dc4 + e76ba0b commit 03879d7

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ on:
55
branches:
66
- dev
77
paths-ignore:
8+
- '**.cff'
9+
- '**.json'
810
- '**.md'
11+
- '**.rst'
12+
- '**.txt'
913
- '**.yml'
1014
- 'docs/**'
1115
pull_request:
1216
branches:
1317
- dev
1418
paths-ignore:
19+
- '**.cff'
20+
- '**.json'
1521
- '**.md'
22+
- '**.rst'
23+
- '**.txt'
1624
- '**.yml'
1725
- 'docs/**'
1826

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Unit test
66
on:
77
push:
88
paths:
9-
- ".github/workflows/**"
9+
- ".github/workflows/unittest.yml"
1010
- "bin/**"
1111
- "build_tools/**"
1212
- "pythainlp/**"
@@ -19,7 +19,7 @@ on:
1919
branches:
2020
- dev
2121
paths:
22-
- ".github/workflows/**"
22+
- ".github/workflows/unittest.yml"
2323
- "bin/**"
2424
- "build_tools/**"
2525
- "pythainlp/**"

0 commit comments

Comments
 (0)