mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
ci: update build trigger
This commit is contained in:
parent
0fadab5c23
commit
ee24811d35
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -2,10 +2,7 @@ name: Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
release:
|
|
||||||
branches: [main]
|
branches: [main]
|
||||||
types:
|
|
||||||
- published
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.spec.js"
|
- "**.spec.js"
|
||||||
@ -15,7 +12,7 @@ on:
|
|||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- "!.github/workflows/release.yml"
|
- "!.github/workflows/build.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user