run lua unit tests only when lua path has modified files

This commit is contained in:
Karol Wypchlo 2022-04-19 11:20:24 +02:00
parent 218b0046cf
commit 8e14d33a17
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
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: