sasdf
This commit is contained in:
parent
5b2c089d6f
commit
d0626d7cd0
@ -6,6 +6,8 @@ on:
|
||||
types: [ "opened", "reopened", "synchronize" ]
|
||||
push:
|
||||
paths: [ "README.md", "values.yaml" ]
|
||||
tags-ignore:
|
||||
- '**'
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
|
@ -3,7 +3,9 @@ name: Helm
|
||||
on:
|
||||
pull_request:
|
||||
types: [ "opened", "reopened", "synchronize" ]
|
||||
push: {}
|
||||
push:
|
||||
tags-ignore:
|
||||
- '**'
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
|
@ -6,6 +6,8 @@ on:
|
||||
types: [ "opened", "reopened", "synchronize" ]
|
||||
push:
|
||||
paths: [ "**/*.md" ]
|
||||
tags-ignore:
|
||||
- '**'
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user