Skip to content

Commit 1e6875d

Browse files
authored
feat: add workflow dispatch to release
1 parent 790120d commit 1e6875d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/helm-releaser-testkube-main-chart-only.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Releasing Testkube main helm chart
33
concurrency: develop_cluster
44

55
on:
6+
workflow_dispatch:
7+
68
push:
79
paths:
810
- "charts/testkube**"
@@ -22,6 +24,7 @@ env:
2224
jobs:
2325
release_charts:
2426
runs-on: ubuntu-latest
27+
if: github.ref == 'refs/heads/main'
2528

2629
steps:
2730
- name: Checkout

0 commit comments

Comments
 (0)