Add path ignore for md file
This commit is contained in:
parent
a2bef96512
commit
63e23ff367
|
@ -6,6 +6,7 @@ on:
|
||||||
- '*'
|
- '*'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- './db/**'
|
- './db/**'
|
||||||
|
- '**.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
Loading…
Reference in New Issue