Skip to content

Commit 31b697a

Browse files
authored
Merge pull request #98 from toggle-corp/feature/update-helm-publish-ci
Add workflow dispatch on helm publish ci file
2 parents 73f31e4 + da29f16 commit 31b697a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/helm-publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Builds and pushes Docker Images and Helm charts to Github Registry
22

33
on:
4-
push:
5-
branches:
6-
- develop
7-
- project/*
4+
workflow_dispatch:
5+
86
# XXX: To add tags: Update the -alpha logic
97

108
permissions:

0 commit comments

Comments
 (0)