Skip to content

Commit 3a1b973

Browse files
committed
fix: make helm_release callabla callable workflow
1 parent cbced0f commit 3a1b973

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/helm_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release Charts
22

33
on:
4-
push:
5-
branches:
6-
- dev
4+
workflow_call:
75

86
permissions:
97
contents: write

0 commit comments

Comments
 (0)