mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> 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
6349b51cf5
commit
639688d5ed
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:
|
||||
- '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 }}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue