diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f48980..9b2c381 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ --- -name: GoReleaser +name: Release on: push: tags: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40f882a..ccee5db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,5 @@ --- -name: Test and Lint +name: Test on: [push] jobs: test: diff --git a/README.md b/README.md index 036829b..6c6cbb5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # hammer - wrapper CLI for interacting with PCF environments -[![Test and Lint Status](https://github.com/pivotal/hammer/workflows/Test%20and%20Lint/badge.svg)](https://github.com/pivotal/hammer/actions) +[![Test Status](https://github.com/pivotal/hammer/workflows/Test/badge.svg)](https://github.com/pivotal/hammer/actions) ## Installation