Add path filtering to pull requests

Also include `./bin` directory contents
This commit is contained in:
Chris Roberts 2020-03-10 15:59:08 -07:00
parent ce90110d4e
commit 97b127297f

View File

@ -4,12 +4,18 @@ on:
- master
- 'test-*'
paths:
- 'bin/**'
- 'lib/**'
- 'plugins/**'
- 'test/**'
pull_request:
branches:
- master
paths:
- 'bin/**'
- 'lib/**'
- 'plugins/**'
- 'test/**'
jobs:
unit-tests: