chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
4 changed files with 8 additions and 6 deletions
Showing only changes of commit d0626d7cd0 - Show all commits

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: