github-actions: 部分文件变更不触发actions
parent
f54b77f4ea
commit
40d145e77a
|
@ -6,6 +6,12 @@ on:
|
||||||
- run*
|
- run*
|
||||||
- test*
|
- test*
|
||||||
- release*
|
- release*
|
||||||
|
paths-ignore:
|
||||||
|
- '_script/**'
|
||||||
|
- 'doc/**'
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/.gitignore'
|
||||||
|
- '**/LICENSE'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
npm-run-electron:
|
npm-run-electron:
|
||||||
|
|
|
@ -7,11 +7,23 @@ on:
|
||||||
- 1.x
|
- 1.x
|
||||||
- develop
|
- develop
|
||||||
- test*
|
- test*
|
||||||
|
paths-ignore:
|
||||||
|
- '_script/**'
|
||||||
|
- 'doc/**'
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/.gitignore'
|
||||||
|
- '**/LICENSE'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- 1.x
|
- 1.x
|
||||||
|
paths-ignore:
|
||||||
|
- '_script/**'
|
||||||
|
- 'doc/**'
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/.gitignore'
|
||||||
|
- '**/LICENSE'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-and-upload:
|
test-and-upload:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
npm run electron
|
|
|
@ -1,2 +0,0 @@
|
||||||
start dist_electron
|
|
||||||
npm run electron:build
|
|
Loading…
Reference in New Issue