chore: skip docker build on maintainer / radar update

[skip ci]
This commit is contained in:
Tony 2022-04-09 19:26:28 +08:00 committed by GitHub
parent ef8e2e187a
commit 3b00a07c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -5,8 +5,11 @@ on:
branches:
- master
paths:
- 'lib/**'
- '.github/workflows/docker-release.yml'
- 'lib/**'
- '!**/maintainer.js'
- '!**/radar.js'
- '!**/radar-rules.js.js'
- 'Dockerfile'
- 'package.json'
- 'yarn.lock'