Skip to content

Commit aea2da5

Browse files
Merge branch 'main' into jwt_http
2 parents a9d4a2f + 3f0bf5a commit aea2da5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/release-please.yml

+1-1
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

+2-2
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

+1-1
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)