mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-05 10:20:29 +00:00
Merge pull request #269 from evrardjp/publish-chart-on-change-not-on-release
Auto-publish helm chart on master change
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
name: Publish release
|
||||
name: Publish helm chart
|
||||
on:
|
||||
release:
|
||||
types: published
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
paths:
|
||||
- "charts/**"
|
||||
|
||||
jobs:
|
||||
publish-helm-chart:
|
||||
name: Publish our chart
|
||||
name: Publish latest chart
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
Reference in New Issue
Block a user