We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5828dc4 + e76ba0b commit 03879d7Copy full SHA for 03879d7
2 files changed
.github/workflows/lint.yml
@@ -5,14 +5,22 @@ on:
5
branches:
6
- dev
7
paths-ignore:
8
+ - '**.cff'
9
+ - '**.json'
10
- '**.md'
11
+ - '**.rst'
12
+ - '**.txt'
13
- '**.yml'
14
- 'docs/**'
15
pull_request:
16
17
18
19
20
21
22
23
24
25
26
.github/workflows/unittest.yml
@@ -6,7 +6,7 @@ name: Unit test
on:
push:
paths:
- - ".github/workflows/**"
+ - ".github/workflows/unittest.yml"
- "bin/**"
- "build_tools/**"
- "pythainlp/**"
@@ -19,7 +19,7 @@ on:
0 commit comments