From 4eba4566ae9a5038e9f35a8e7db2258beb81c4ec Mon Sep 17 00:00:00 2001 From: Daniel Laera Date: Thu, 31 Oct 2024 23:31:26 +0100 Subject: [PATCH] only main badge WF --- .github/workflows/main.yml | 14 +------------- README.md | 4 +--- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2836d90..0cd40c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,16 +36,4 @@ jobs: # Deploy Spring Boot Backend - name: Deploy Spring Boot App run: | - flyctl deploy --remote-only - badges: - name: Badge Generation - runs-on: ubuntu-latest - steps: - - name: Generate Badges - uses: 3nity/ci-badges@v1 - with: - repo: ${{ github.repository }} - workflow: main.yml - jobs: | - test - deploy \ No newline at end of file + flyctl deploy --remote-only \ No newline at end of file diff --git a/README.md b/README.md index 70de23a..fa36ebc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Spring Blog Application -![Build Workflow](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg) -![Test Status](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg?job=test) -![Deploy Status](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg?job=deploy) +![Main Workflow](https://github.com/daniellaera/spring-blog-app/actions/workflows/main.yml/badge.svg) This Spring Boot application serves as a blog platform, allowing users to create, read, update, and delete blog posts. Key features include user authentication, post categorization, and support for database migrations.