Skip to content

Commit 3f0bf5a

Browse files
authored
chore: rename default branch to main (#851)
1 parent cd84efe commit 3f0bf5a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
releaseType: simple
22
handleGHRelease: true
3-
primaryBranch: master
3+
primaryBranch: main

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: ci
77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
container: gcr.io/gapic-images/googleapis-bazel:20210105
11-
# Dockerfile for this image: https://github.com/googleapis/googleapis-discovery/blob/master/Dockerfile
11+
# Dockerfile for this image: https://github.com/googleapis/googleapis-discovery/blob/main/Dockerfile
1212
# If you update its version, please also update it below in
1313
# 'Cache Bazel files' - unfortunately it cannot accept variables at this
1414
# time.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![codecov](https://codecov.io/gh/googleapis/gapic-generator-java/branch/master/graph/badge.svg?token=3RUU37GX9U)](https://codecov.io/gh/googleapis/gapic-generator-java)
1+
[![codecov](https://codecov.io/gh/googleapis/gapic-generator-java/branch/main/graph/badge.svg?token=3RUU37GX9U)](https://codecov.io/gh/googleapis/gapic-generator-java)
22
# API Client Generator for Java
33

44
Generates a Java client library from protocol buffers.

0 commit comments

Comments
 (0)