diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e31cad8..35d0fa0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Test and Build +name: build on: push: diff --git a/README.md b/README.md index 2e9ac05..b2d2ac3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # A small lib for the observer pattern -![build](https://github.com/JohnBra/ts-simple-observer/workflows/build/badge.svg) +![build](https://github.com/JohnBra/ts-simple-observer/workflows/build/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/JohnBra/ts-simple-observer/badge.svg?branch=master)](https://coveralls.io/github/JohnBra/ts-simple-observer?branch=master) Just simple observer/subject TypeScript interfaces as well as convenient mock classes for unit testing.