diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 143eff0f..141812ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Build +name: Test on: [push, pull_request] jobs: test: diff --git a/README.md b/README.md index ba72c398..93fb4457 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Google Maps TypeScript Guards [![npm](https://img.shields.io/npm/v/@googlemaps/typescript-guards)](https://www.npmjs.com/package/@googlemaps/typescript-guards) -![Build](https://github.com/googlemaps/js-typescript-guards/workflows/Build/badge.svg) +![Build](https://github.com/googlemaps/js-typescript-guards/workflows/Test/badge.svg) ![Release](https://github.com/googlemaps/js-typescript-guards/workflows/Release/badge.svg) [![codecov](https://codecov.io/gh/googlemaps/js-typescript-guards/branch/main/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-typescript-guards) ![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-typescript-guards?color=green)