chore: fix workflow trigger

This commit is contained in:
DIYgod 2024-02-21 20:40:20 +08:00
parent bdb078c27d
commit 3ffac16495
No known key found for this signature in database
5 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
- master
paths:
- 'assets/radar-rules.js'
- 'lib/**/maintainer.js'
- 'lib/**/radar.js'
permissions:
contents: read

View File

@ -7,6 +7,8 @@ on:
paths:
- '.github/workflows/docker-release.yml'
- 'lib/**'
- '!**/maintainer.js'
- '!**/radar.js'
- '!lib/v2/test/**'
- '!test/**'
- 'Dockerfile'

View File

@ -7,6 +7,8 @@ on:
paths:
- '.github/workflows/docker-test.yml'
- 'lib/**'
- '!**/maintainer.js'
- '!**/radar.js'
- 'Dockerfile'
- 'package.json'
- 'pnpm-lock.yaml'

View File

@ -7,6 +7,8 @@ on:
paths:
- '.github/workflows/npm-publish.yml'
- 'lib/**'
- '!**/maintainer.js'
- '!**/radar.js'
permissions:
contents: read

View File

@ -7,6 +7,8 @@ on:
paths:
- 'test/**'
- 'lib/**'
- '!**/maintainer.js'
- '!**/radar.js'
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/test.yml'