Skip to content

Commit

Permalink
feat: add workflow dispatch to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 authored Feb 4, 2025
1 parent 790120d commit 1e6875d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-releaser-testkube-main-chart-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Releasing Testkube main helm chart
concurrency: develop_cluster

on:
workflow_dispatch:

push:
paths:
- "charts/testkube**"
Expand All @@ -22,6 +24,7 @@ env:
jobs:
release_charts:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- name: Checkout
Expand Down

0 comments on commit 1e6875d

Please sign in to comment.