Update .forgejo/workflows/release-charts.yaml
This commit is contained in:
parent
c14fa914f1
commit
5c6b01dced
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue