如何获取特定分支的 CircleCI 状态徽章

Ale*_*lls 5 github badge circleci readme

我的自述文件中有一个 CircleCI 徽章,它只是通过以下方式检索到的:

<img src="https://circleci.com/gh/ORESoftware/live-mutex.png?circle-token=8ee836581">
Run Code Online (Sandbox Code Playgroud)

有没有办法只为某个分支检索徽章?有没有办法让它保持更新?有时它会滞后 - 可能是因为 http 缓存。

Ale*_*lls 5

这只是?branch=dev像这样输入查询参数的问题:

<img src="https://circleci.com/gh/ORESoftware/live-mutex.png?branch=dev&circle-token=8ee836581">
Run Code Online (Sandbox Code Playgroud)