Skip to content

Commit b9296e9

Browse files
committed
Fix helm release action
1 parent c53560a commit b9296e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Helm Charts
33
on:
44
push:
55
branches:
6-
- main
6+
- develop
77
paths:
88
- 'helm-charts/**'
99

helm-charts/CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ helm upgrade digger-backend ./digger-backend/
4747

4848
### CI/CD Workflows
4949
- **Pull Request Testing** (`.github/workflows/helm-test.yml`): Runs `helm unittest` and linting on PR changes to helm-charts/
50-
- **Release Process** (`.github/workflows/helm-release.yml`): On merge to main, publishes to GitHub Container Registry at `oci://ghcr.io/diggerhq/helm-charts/digger-backend`
50+
- **Release Process** (`.github/workflows/helm-release.yml`): On merge to **develop** branch (not main!), publishes to GitHub Container Registry at `oci://ghcr.io/diggerhq/helm-charts/digger-backend`
5151
- **Installation**: Users install directly from OCI registry, not GitHub Pages
52+
- **Important**: This repo uses `develop` as the default branch, not `main`
5253

5354
### Important Configuration Patterns
5455

0 commit comments

Comments
 (0)