From d83513e7a7b09577400a725248c888d84af972c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Fri, 6 Jan 2023 23:42:31 +0100 Subject: [PATCH] chore: fix releaser badge (#5910) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/cli.yaml | 7 ------- README.md | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 837fd24307..f2e9b8a06a 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -5,17 +5,10 @@ on: branches: - 'main' - 'release*' - paths-ignore: - - 'README.md' - - 'docs/**' - - '.github/config.yml' pull_request: branches: - 'main' - 'release*' - paths-ignore: - - 'README.md' - - '.github/config.yml' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/README.md b/README.md index 836071f28e..55ea62f73b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Kubernetes Native Policy Management 🎉** ![build](https://github.com/kyverno/kyverno/workflows/build/badge.svg) -![prereleaser](https://github.com/kyverno/kyverno/workflows/prereleaser/badge.svg) +![releaser](https://github.com/kyverno/kyverno/workflows/releaser/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/kyverno/kyverno)](https://goreportcard.com/report/github.com/kyverno/kyverno) ![License: Apache-2.0](https://img.shields.io/github/license/kyverno/kyverno?color=blue) [![GitHub Repo stars](https://img.shields.io/github/stars/kyverno/kyverno)](https://github.com/kyverno/kyverno/stargazers)