run lua unit tests only when lua path has modified files
This commit is contained in:
parent
218b0046cf
commit
8e14d33a17
|
@ -7,7 +7,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- docker/nginx/libs/**
|
||||
pull_request:
|
||||
paths:
|
||||
- docker/nginx/libs/**
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Reference in New Issue