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