Skip to content

Commit 404a2fe

Browse files
committed
Main branch
Signed-off-by: Alberto Tudela <[email protected]>
1 parent ffbb99b commit 404a2fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/repos.repos

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- git: {local-name: slg_msgs, uri: 'https://github.com/ajtudela/slg_msgs.git', version: dev}
1+
- git: {local-name: slg_msgs, uri: 'https://github.com/ajtudela/slg_msgs.git', version: main}

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build
66
on:
77
push:
88
branches:
9-
- dev
9+
- main
1010
pull_request:
1111

1212
jobs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# laser_segmentation
22
![ROS2](https://img.shields.io/badge/ros2-humble-blue?logo=ros&logoColor=white)
33
![License](https://img.shields.io/github/license/ajtudela/laser_segmentation)
4-
[![Build](https://github.com/ajtudela/laser_segmentation/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/ajtudela/laser_segmentation/actions/workflows/build.yml)
4+
[![Build](https://github.com/ajtudela/laser_segmentation/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ajtudela/laser_segmentation/actions/workflows/build.yml)
55
[![codecov](https://codecov.io/gh/ajtudela/laser_segmentation/graph/badge.svg?token=R48HZO62SQ)](https://codecov.io/gh/ajtudela/laser_segmentation)
66

77

0 commit comments

Comments
 (0)