mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
commit
fbbe3ec649
@ -1,11 +1,8 @@
|
|||||||
name: Release
|
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:
|
@ -4,9 +4,10 @@
|
|||||||
|
|
||||||
[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite)
|
[![awesome-vite](https://awesome.re/mentioned-badge.svg)](https://github.com/vitejs/awesome-vite)
|
||||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/ae3863e3-1aec-4eb1-8f9f-1890af56929d/deploy-status)](https://app.netlify.com/sites/electron-vite/deploys)
|
[![Netlify Status](https://api.netlify.com/api/v1/badges/ae3863e3-1aec-4eb1-8f9f-1890af56929d/deploy-status)](https://app.netlify.com/sites/electron-vite/deploys)
|
||||||
![GitHub license](https://img.shields.io/github/license/caoxiemeihao/electron-vite-vue?style=flat)
|
[![GitHub license](https://img.shields.io/github/license/caoxiemeihao/electron-vite-vue?style=flat)](https://github.com/electron-vite/electron-vite-vue/blob/main/LICENSE)
|
||||||
![GitHub stars](https://img.shields.io/github/stars/caoxiemeihao/electron-vite-vue?color=fa6470&style=flat)
|
[![GitHub stars](https://img.shields.io/github/stars/caoxiemeihao/electron-vite-vue?color=fa6470&style=flat)](https://github.com/electron-vite/electron-vite-vue)
|
||||||
![GitHub forks](https://img.shields.io/github/forks/caoxiemeihao/electron-vite-vue?style=flat)
|
[![GitHub forks](https://img.shields.io/github/forks/caoxiemeihao/electron-vite-vue?style=flat)](https://github.com/electron-vite/electron-vite-vue)
|
||||||
|
[![GitHub Build](https://github.com/electron-vite/electron-vite-vue/actions/workflows/build.yml/badge.svg)](https://github.com/electron-vite/electron-vite-vue/actions/workflows/build.yml)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user