Update .forgejo/workflows/release-charts.yaml

This commit is contained in:
Tommy 2024-11-12 20:27:41 +00:00 committed by Tommy Skaug
parent c14fa914f1
commit 5c6b01dced
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -1,10 +1,10 @@
name: Release Charts name: Release Charts
on: on:
workflow_run: push:
workflows: [ "Validate Charts" ] branches:
branches: [ main ] - 'main'
types: paths:
- completed - 'charts/**'
jobs: jobs:
charts-changed: charts-changed: