Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
buu-nguyen committed Dec 4, 2024
1 parent 9fb3111 commit 7959b88
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release Helm Chart

on:
workflow_dispatch: # for manual testing
push:
branches:
- main
paths:
- "*/Chart.yaml"

jobs:
call-helm-release:
permissions:
contents: write
packages: write
uses: thealtoclef/modular-automations/.github/workflows/helm-release.yaml@main

0 comments on commit 7959b88

Please sign in to comment.