mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'charts/kyverno-crds/Chart.yaml'
|
||||
- 'charts/kyverno/Chart.yaml'
|
||||
- '.github/workflows/helm-release.yaml'
|
||||
tags:
|
||||
- 'helm-chart-v*'
|
||||
|
||||
jobs:
|
||||
helm-tests:
|
||||
|
|
Loading…
Add table
Reference in a new issue