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:
Karol Wypchło 2022-04-20 17:10:12 +02:00 committed by GitHub
commit 3857028339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,7 +7,11 @@ on:
push:
branches:
- master
paths:
- docker/nginx/libs/**
pull_request:
paths:
- docker/nginx/libs/**
jobs:
test: