From c5bdcf83b20fd1388f91ace3170e4fe6619183a6 Mon Sep 17 00:00:00 2001 From: Mun Seng <101093998+munseng-flexiv@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:11:48 +0800 Subject: [PATCH] CI/Rename main branch to humble (#20) --- .github/workflows/humble-binary-build.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/humble-binary-build.yml b/.github/workflows/humble-binary-build.yml index d2c6b9c..2eb5b5c 100644 --- a/.github/workflows/humble-binary-build.yml +++ b/.github/workflows/humble-binary-build.yml @@ -3,10 +3,10 @@ name: Humble Binary Build on: push: branches: - - main + - humble pull_request: branches: - - main + - humble jobs: humble_binary: diff --git a/README.md b/README.md index 7655de6..ac13bbf 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ For ROS 2 users to easily work with [RDK](https://github.com/flexivrobotics/flex | **ROS 2 Distro** | Foxy | Humble | | ------------------ | --------------------------------------------------------------- | ----------------------------------------------------- | -| **Branch** | [foxy](https://github.com/flexivrobotics/flexiv_ros2/tree/foxy) | [main](https://github.com/flexivrobotics/flexiv_ros2) | -| **Release Status** | [![Foxy Binary Build](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/foxy-binary-build.yml/badge.svg?branch=foxy)](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/foxy-binary-build.yml) | [![Humble Binary Build](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/humble-binary-build.yml/badge.svg?branch=main)](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/humble-binary-build.yml) | +| **Branch** | [foxy](https://github.com/flexivrobotics/flexiv_ros2/tree/foxy) | [humble](https://github.com/flexivrobotics/flexiv_ros2) | +| **Release Status** | [![Foxy Binary Build](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/foxy-binary-build.yml/badge.svg?branch=foxy)](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/foxy-binary-build.yml) | [![Humble Binary Build](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/humble-binary-build.yml/badge.svg?branch=humble)](https://github.com/flexivrobotics/flexiv_ros2/actions/workflows/humble-binary-build.yml) | ## Getting Started