diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b7350d3..147c58e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -1,4 +1,4 @@ -name: verify +name: 'build test' on: [pull_request, push] diff --git a/README.md b/README.md index c682048..6b20388 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![verify](https://github.com/bootique-examples/bootique-rest-demo/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-rest-demo/actions/workflows/verify.yml) +[![build test](https://github.com/bootique-examples/bootique-rest-demo/actions/workflows/verify.yml/badge.svg)](https://github.com/bootique-examples/bootique-rest-demo/actions/workflows/verify.yml) # Bootique 3.x REST Demo