chore: skip docker test on maintainer/radar update
This commit is contained in:
parent
d5165beda1
commit
be15499a1e
|
|
@ -7,11 +7,14 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/docker-test.yml'
|
||||
- 'lib/**'
|
||||
- '!**/maintainer.js'
|
||||
- '!**/radar.js'
|
||||
- '!**/radar-rules.js'
|
||||
- 'Dockerfile'
|
||||
- 'package.json'
|
||||
- 'yarn.lock'
|
||||
- '.github/workflows/docker-test.yml'
|
||||
# Please, always create a pull request instead of push to master.
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue