Change rules_cc badge to only show master branch status

RELNOTES: None.
PiperOrigin-RevId: 230198892
This commit is contained in:
hlopko 2019-01-21 02:54:37 -08:00 committed by Copybara-Service
parent da4639bd1f
commit b8be74cc45
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# C++ rules for Bazel
[![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg)](https://buildkite.com/bazel/rules-cc)
[![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg?branch=master](https://buildkite.com/bazel/rules-cc)
This repository contains Starlark implementation of C++ rules in Bazel.