Merge pull request #2028 from SkynetLabs/lua-tests-only-when-files-modified
run lua unit tests only when lua path has modified files
This commit is contained in:
commit
3857028339
|
@ -7,7 +7,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- docker/nginx/libs/**
|
||||
pull_request:
|
||||
paths:
|
||||
- docker/nginx/libs/**
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Reference in New Issue