You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
github-actions: 部分文件变更不触发actions
This commit is contained in:
6
.github/workflows/npm-run-electron.yml
vendored
6
.github/workflows/npm-run-electron.yml
vendored
@@ -6,6 +6,12 @@ on:
|
||||
- run*
|
||||
- test*
|
||||
- release*
|
||||
paths-ignore:
|
||||
- '_script/**'
|
||||
- 'doc/**'
|
||||
- '**/*.md'
|
||||
- '**/.gitignore'
|
||||
- '**/LICENSE'
|
||||
|
||||
jobs:
|
||||
npm-run-electron:
|
||||
|
||||
12
.github/workflows/test-and-upload.yml
vendored
12
.github/workflows/test-and-upload.yml
vendored
@@ -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:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
npm run electron
|
||||
@@ -1,2 +0,0 @@
|
||||
start dist_electron
|
||||
npm run electron:build
|
||||
Reference in New Issue
Block a user