mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: fix releaser badge (#5910)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
237784cc12
commit
d83513e7a7
2 changed files with 1 additions and 8 deletions
7
.github/workflows/cli.yaml
vendored
7
.github/workflows/cli.yaml
vendored
|
@ -5,17 +5,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'release*'
|
- 'release*'
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
- 'docs/**'
|
|
||||||
- '.github/config.yml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
- 'release*'
|
- 'release*'
|
||||||
paths-ignore:
|
|
||||||
- 'README.md'
|
|
||||||
- '.github/config.yml'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
**Kubernetes Native Policy Management 🎉**
|
**Kubernetes Native Policy Management 🎉**
|
||||||
|
|
||||||
![build](https://github.com/kyverno/kyverno/workflows/build/badge.svg)
|
![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)
|
[![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)
|
![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)
|
[![GitHub Repo stars](https://img.shields.io/github/stars/kyverno/kyverno)](https://github.com/kyverno/kyverno/stargazers)
|
||||||
|
|
Loading…
Reference in a new issue