mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Only release Helm charts on tags (#2281)
Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
This commit is contained in:
parent
ab24da9707
commit
1f756c37ac
1 changed files with 2 additions and 6 deletions
8
.github/workflows/helm-release.yaml
vendored
8
.github/workflows/helm-release.yaml
vendored
|
@ -1,12 +1,8 @@
|
||||||
name: helm-release
|
name: helm-release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- 'main'
|
- 'helm-chart-v*'
|
||||||
paths:
|
|
||||||
- 'charts/kyverno-crds/Chart.yaml'
|
|
||||||
- 'charts/kyverno/Chart.yaml'
|
|
||||||
- '.github/workflows/helm-release.yaml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
helm-tests:
|
helm-tests:
|
||||||
|
|
Loading…
Add table
Reference in a new issue