Point status badges to separate bazel and cmake workflows
PiperOrigin-RevId: 286660780
diff --git a/README.md b/README.md
index 128164b..54e6de5 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,11 @@
## Build Status
-CI System | Build System | Platform | Status
--------------- | ------------- | -------- | ------
-GitHub Actions | Bazel & CMake | Linux | [](https://github.com/google/iree/actions?query=branch%3Amaster+event%3Apush)
-Kokoro | Bazel | Linux | [](https://storage.googleapis.com/iree-oss-build-badges/bazel/build_result_linux.html)
+CI System | Build System | Platform | Status
+-------------- | ------------ | -------- | ------
+GitHub Actions | CMake | Linux | [](https://github.com/google/iree/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22CMake+Build%22)
+GitHub Actions | Bazel | Linux | [](https://github.com/google/iree/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22Bazel+Build%22)
+Kokoro | Bazel | Linux | [](https://storage.googleapis.com/iree-oss-build-badges/bazel/build_result_linux.html)
<a name="quickstart"></a>