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