From 84e62ef435c338433a972000f3f27500ec2c70f2 Mon Sep 17 00:00:00 2001 From: Paul Leclercq Date: Mon, 26 Feb 2024 16:14:01 +0100 Subject: [PATCH] badge on main branch --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec251392..0e656ecd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,6 +83,7 @@ jobs: echo "Coverage Percantage - ${{ steps.coverageComment.outputs.coverage }}" - name: Create Awesome Badge + if: github.ref == 'refs/heads/main' uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.GIST_SECRET }}