sasdf
All checks were successful
Helm / helm-lint (pull_request) Successful in 17s
Helm / helm-unittest (pull_request) Successful in 21s
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Markus Pesch 2025-01-12 15:30:14 +01:00
parent 5b2c089d6f
commit d0626d7cd0
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
4 changed files with 8 additions and 6 deletions

View File

@ -6,6 +6,8 @@ on:
types: [ "opened", "reopened", "synchronize" ]
push:
paths: [ "README.md", "values.yaml" ]
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:

View File

@ -3,7 +3,9 @@ name: Helm
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push: {}
push:
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:

View File

@ -6,6 +6,8 @@ on:
types: [ "opened", "reopened", "synchronize" ]
push:
paths: [ "**/*.md" ]
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:

View File

@ -3,11 +3,7 @@ name: Release
on:
push:
tags:
- "*"
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "3.16.4"
- "**"
jobs:
generate-chart-publish: