Skip to content

Merge pull request #22 from ImDevinC/postgres #22

Merge pull request #22 from ImDevinC/postgres

Merge pull request #22 from ImDevinC/postgres #22

Workflow file for this run

name: Release helm chart
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "deploy/go-links/Chart.yaml"
jobs:
release-chart:
permissions:
contents: write
uses: imdevinc/imdevinc/.github/workflows/shared-chart-release.yaml@v1
with:
chart-dir: deploy
secrets: inherit