Skip to content

Commit

Permalink
Update build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed May 15, 2021
1 parent 2a4037e commit 8832aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node tests
name: build

on: ["push", "pull_request"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# esbuild-clean-plugin
[![npm](https://img.shields.io/npm/v/esbuild-clean-plugin.svg)](https://www.npmjs.com/package/esbuild-clean-plugin)
![build](https://github.com/jwilsson/esbuild-clean-plugin-node/workflows/build/badge.svg)
[![build](https://github.com/jwilsson/esbuild-clean-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/jwilsson/esbuild-clean-plugin/actions/workflows/build.yml)

An [esbuild](https://esbuild.github.io/) plugin to clean your build folder.

Expand Down

0 comments on commit 8832aa1

Please sign in to comment.