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
on:
workflow_run:
workflows: [ "Validate Charts" ]
branches: [ main ]
types:
- completed
push:
branches:
- 'main'
paths:
- 'charts/**'
jobs:
charts-changed: