Add path filtering to pull requests
Also include `./bin` directory contents
This commit is contained in:
parent
ce90110d4e
commit
97b127297f
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
@ -4,12 +4,18 @@ on:
|
||||
- master
|
||||
- 'test-*'
|
||||
paths:
|
||||
- 'bin/**'
|
||||
- 'lib/**'
|
||||
- 'plugins/**'
|
||||
- 'test/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'bin/**'
|
||||
- 'lib/**'
|
||||
- 'plugins/**'
|
||||
- 'test/**'
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user