From 55df2b394fac382dc6d8076c26df2eeb11d5c4e4 Mon Sep 17 00:00:00 2001 From: Richard Laffers Date: Tue, 3 Oct 2023 15:17:20 +0200 Subject: [PATCH] ci: update build badge in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3350bd9..5ff26c3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ESLint plugin to check for common mistakes and enforce good practices when using [XState library](https://xstate.js.org/). [![npm version](https://img.shields.io/npm/v/eslint-plugin-xstate)](https://npmjs.com/package/eslint-plugin-xstate) -[![build status](https://img.shields.io/github/actions/workflow/status/rlaffers/eslint-plugin-xstate/main.yml)](https://github.com/rlaffers/eslint-plugin-xstate/actions/workflows/main.yml) +[![build status](https://img.shields.io/github/actions/workflow/status/rlaffers/eslint-plugin-xstate/release.yml)](https://github.com/rlaffers/eslint-plugin-xstate/actions/workflows/release.yml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)