github-actions: 部分文件变更不触发actions

pull/463/head
王良 2025-03-07 14:10:57 +08:00
parent f54b77f4ea
commit 40d145e77a
4 changed files with 18 additions and 3 deletions

View File

@ -6,6 +6,12 @@ on:
- run*
- test*
- release*
paths-ignore:
- '_script/**'
- 'doc/**'
- '**/*.md'
- '**/.gitignore'
- '**/LICENSE'
jobs:
npm-run-electron:

View File

@ -7,11 +7,23 @@ on:
- 1.x
- develop
- test*
paths-ignore:
- '_script/**'
- 'doc/**'
- '**/*.md'
- '**/.gitignore'
- '**/LICENSE'
pull_request:
branches:
- master
- develop
- 1.x
paths-ignore:
- '_script/**'
- 'doc/**'
- '**/*.md'
- '**/.gitignore'
- '**/LICENSE'
jobs:
test-and-upload:

View File

@ -1 +0,0 @@
npm run electron

View File

@ -1,2 +0,0 @@
start dist_electron
npm run electron:build