diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5aad244..1202cfa 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Continuous Integration and Delivery +name: CI CD on: [push] diff --git a/README.md b/README.md index fab24bd..85c54a8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Article Summarizer > Article Summarizer is an asynchronous RESTful API built with Python and FastAPI. It utilizes Newspaper3k to provide real-time text summarization from a given URL. -![CI/CD](https://github.com/sbathgate/fastapi-tdd-docker/workflows/CI/badge.svg?branch=master) +![CI/CD](https://github.com/sbathgate/fastapi-tdd-docker/workflows/CI%20CD/badge.svg?branch=master) ## Development setup