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 c1efb96 + 6b6183e commit 17d9942Copy full SHA for 17d9942
1 file changed
.github/workflows/unittest.yml
@@ -5,15 +5,29 @@ name: Unit test
5
6
on:
7
push:
8
- paths-ignore:
9
- - '**.md'
10
- - 'docs/**'
+ paths:
+ - ".github/workflows/**"
+ - "bin/**"
11
+ - "build_tools/**"
12
+ - "pythainlp/**"
13
+ - "tests/**"
14
+ - "Makefile"
15
+ - "MANIFEST.in"
16
+ - "pyproject.toml"
17
+ - "tox.ini"
18
pull_request:
19
branches:
20
- dev
21
22
23
24
25
26
27
28
29
30
31
32
jobs:
33
unittest:
0 commit comments