Skip to content

Commit

Permalink
change mainline branch name to main
Browse files Browse the repository at this point in the history
Signed-off-by: naseemkullah <naseem@transit.app>
  • Loading branch information
naseemkullah committed Feb 28, 2021
1 parent 3a3f634 commit 8cc65f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fluent Helm Charts

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Release Status](https://github.com/fluent/helm-charts/workflows/Release%20Charts/badge.svg?branch=master)](https://github.com/fluent/helm-charts/actions)
[![Release Status](https://github.com/fluent/helm-charts/workflows/Release%20Charts/badge.svg?branch=main)](https://github.com/fluent/helm-charts/actions)

This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

Expand Down
1 change: 1 addition & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ remote: origin
chart-dirs:
- charts
helm-extra-args: --timeout=500s
target-branch: main

0 comments on commit 8cc65f8

Please sign in to comment.