From a64f044f64e56106591a961f283496ccc2106ae0 Mon Sep 17 00:00:00 2001 From: drumath2237 <2237k.drumath@gmail.com> Date: Fri, 5 Jul 2024 23:27:32 +0900 Subject: [PATCH 1/2] :memo: update readme badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) From e242812bc862fee401cfb0e64c19542206b74344 Mon Sep 17 00:00:00 2001 From: drumath2237 <2237k.drumath@gmail.com> Date: Fri, 5 Jul 2024 23:30:38 +0900 Subject: [PATCH 2/2] :green_heart: ignore path README.md --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: