chore: fix workflow trigger
This commit is contained in:
parent
bdb078c27d
commit
3ffac16495
|
|
@ -6,6 +6,8 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- 'assets/radar-rules.js'
|
||||
- 'lib/**/maintainer.js'
|
||||
- 'lib/**/radar.js'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ on:
|
|||
paths:
|
||||
- '.github/workflows/docker-release.yml'
|
||||
- 'lib/**'
|
||||
- '!**/maintainer.js'
|
||||
- '!**/radar.js'
|
||||
- '!lib/v2/test/**'
|
||||
- '!test/**'
|
||||
- 'Dockerfile'
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ on:
|
|||
paths:
|
||||
- '.github/workflows/docker-test.yml'
|
||||
- 'lib/**'
|
||||
- '!**/maintainer.js'
|
||||
- '!**/radar.js'
|
||||
- 'Dockerfile'
|
||||
- 'package.json'
|
||||
- 'pnpm-lock.yaml'
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ on:
|
|||
paths:
|
||||
- '.github/workflows/npm-publish.yml'
|
||||
- 'lib/**'
|
||||
- '!**/maintainer.js'
|
||||
- '!**/radar.js'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ on:
|
|||
paths:
|
||||
- 'test/**'
|
||||
- 'lib/**'
|
||||
- '!**/maintainer.js'
|
||||
- '!**/radar.js'
|
||||
- 'package.json'
|
||||
- 'pnpm-lock.yaml'
|
||||
- '.github/workflows/test.yml'
|
||||
|
|
|
|||
Loading…
Reference in New Issue