Skip to content

Commit

Permalink
Merge pull request #1038 from sbueringer/pr-rename-to-main
Browse files Browse the repository at this point in the history
🏃 Rename default branch to main
  • Loading branch information
k8s-ci-robot authored Aug 15, 2024
2 parents 897f14b + 0e4f6c9 commit bfb3b75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
types: [opened, edited, synchronize, reopened]
branches:
- main
- master

permissions:
# Required: allow read access to the content for analysis.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tools-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- master
paths:
- 'hack/envtest/_matrix/*.yaml'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Go Reference](https://pkg.go.dev/badge/sigs.k8s.io/controller-tools.svg)](https://pkg.go.dev/sigs.k8s.io/controller-tools)
[![Build Status](https://travis-ci.org/kubernetes-sigs/controller-tools.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/controller-tools "Travis")
[![Build Status](https://travis-ci.org/kubernetes-sigs/controller-tools.svg?branch=main)](https://travis-ci.org/kubernetes-sigs/controller-tools "Travis")
[![Go Report Card](https://goreportcard.com/badge/sigs.k8s.io/controller-tools)](https://goreportcard.com/report/sigs.k8s.io/controller-tools)

# Kubernetes controller-tools Project
Expand Down

0 comments on commit bfb3b75

Please sign in to comment.