Skip to content

tweaking release pipeline #7

tweaking release pipeline

tweaking release pipeline #7

Workflow file for this run

name: Build Dev Helm Chart
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
build_pr:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish Dev Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ github.token }}
charts_dir: "./charts"
target_dir: "./dev"