diff --git a/.github/workflows/release.yml b/.github/workflows/build.yml similarity index 90% rename from .github/workflows/release.yml rename to .github/workflows/build.yml index 33d4f60..841d41f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,8 @@ -name: Release +name: Build on: push: - release: branches: [main] - types: - - published paths-ignore: - "**.md" - "**.spec.js" @@ -15,7 +12,7 @@ on: - "Dockerfile" - ".gitignore" - ".github/**" - - "!.github/workflows/release.yml" + - "!.github/workflows/build.yml" jobs: build: diff --git a/README.md b/README.md index 26a1a30..013f083 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ [![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) -![GitHub license](https://img.shields.io/github/license/caoxiemeihao/electron-vite-vue?style=flat) -![GitHub stars](https://img.shields.io/github/stars/caoxiemeihao/electron-vite-vue?color=fa6470&style=flat) -![GitHub forks](https://img.shields.io/github/forks/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)](https://github.com/electron-vite/electron-vite-vue) +[![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