diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 021c1b3..aad6142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: Build on: pull_request: + paths-ignore: + - README.md jobs: lint_format: diff --git a/README.md b/README.md index 20918ae..a3eb46b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # :sparkles: create-babylon-app -[![Build and Publish](https://github.com/drumath2237/create-babylon-app/actions/workflows/build_publish.yml/badge.svg)](https://github.com/drumath2237/create-babylon-app/actions/workflows/build_publish.yml) +[![Build](https://github.com/drumath2237/create-babylon-app/actions/workflows/ci.yml/badge.svg)](https://github.com/drumath2237/create-babylon-app/actions/workflows/ci.yml) +[![Release](https://github.com/drumath2237/create-babylon-app/actions/workflows/release.yml/badge.svg)](https://github.com/drumath2237/create-babylon-app/actions/workflows/release.yml) ![NPM Version](https://img.shields.io/npm/v/create-babylon-app?logo=npm&color=red) ![NPM Downloads](https://img.shields.io/npm/dm/create-babylon-app?logo=npm&color=red) ![Babylon Version](https://img.shields.io/badge/Babylon.js-v7-red)