From 4781c3b90741526d4987b08c9a33743889ff327d Mon Sep 17 00:00:00 2001 From: LKSeng <88697507+LKSeng@users.noreply.github.com> Date: Sun, 7 Apr 2024 07:58:34 +0000 Subject: [PATCH] Update README.md CI badge to target main branch instead of last run of workflow name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb7f76..927f6fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rviz_rotatable_image_plugin -[![](https://github.com/LKSeng/rviz_rotatable_image_plugin/workflows/noetic_build/badge.svg)](https://github.com/LKSeng/rviz_rotatable_image_plugin/actions) +[![](https://github.com/LKSeng/rviz_rotatable_image_plugin/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/LKSeng/rviz_rotatable_image_plugin/actions) RViz plugin to rotate `sensor_msgs::Image` for visualisation purposes in-situ, especially so if camera is mounted at an angle. For avoidance of doubt, note that this plugin does not publish the rotated image.