Skip to content

Commit bfb3b75

Browse files
authored
Merge pull request #1038 from sbueringer/pr-rename-to-main
🏃 Rename default branch to main
2 parents 897f14b + 0e4f6c9 commit bfb3b75

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/golangci-lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
types: [opened, edited, synchronize, reopened]
55
branches:
66
- main
7-
- master
87

98
permissions:
109
# Required: allow read access to the content for analysis.

.github/workflows/tools-releases.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
paths:
98
- 'hack/envtest/_matrix/*.yaml'
109

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Go Reference](https://pkg.go.dev/badge/sigs.k8s.io/controller-tools.svg)](https://pkg.go.dev/sigs.k8s.io/controller-tools)
2-
[![Build Status](https://travis-ci.org/kubernetes-sigs/controller-tools.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/controller-tools "Travis")
2+
[![Build Status](https://travis-ci.org/kubernetes-sigs/controller-tools.svg?branch=main)](https://travis-ci.org/kubernetes-sigs/controller-tools "Travis")
33
[![Go Report Card](https://goreportcard.com/badge/sigs.k8s.io/controller-tools)](https://goreportcard.com/report/sigs.k8s.io/controller-tools)
44

55
# Kubernetes controller-tools Project

0 commit comments

Comments
 (0)