Skip to content

Commit

Permalink
github-actions: 部分文件变更不触发actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Mar 7, 2025
1 parent f54b77f commit 40d145e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-run-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- run*
- test*
- release*
paths-ignore:
- '_script/**'
- 'doc/**'
- '**/*.md'
- '**/.gitignore'
- '**/LICENSE'

jobs:
npm-run-electron:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion packages/gui/3、buildAndRun.bat

This file was deleted.

2 changes: 0 additions & 2 deletions packages/gui/4、generateSetupFile.bat

This file was deleted.

0 comments on commit 40d145e

Please sign in to comment.