Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 8, 2024
1 parent 6c0ee1a commit 6666cbc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Release Helm charts

on:
workflow_dispatch:
workflow_run:
workflows: [ "Update application version on dispatch" ]
types:
- completed
push:
branches:
- main
- ci/update-release-files

jobs:
release-helm-charts:
Expand Down

0 comments on commit 6666cbc

Please sign in to comment.