Skip to content

Commit

Permalink
Preparing for change main -> rolling
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Martín Rico <[email protected]>
  • Loading branch information
fmrico committed Aug 6, 2024
1 parent 14a5f24 commit 85fe095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: main
name: rolling

on:
pull_request:
branches:
- main
- rolling
push:
branches:
- main
- rolling

jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rossdl (ROS System Definition Language)

[![main](https://github.com/fmrico/rossdl/actions/workflows/main.yaml/badge.svg)](https://github.com/fmrico/rossdl/actions/workflows/main.yaml)
[![rolling](https://github.com/fmrico/rossdl/actions/workflows/rolling.yaml/badge.svg)](https://github.com/fmrico/rossdl/actions/workflows/rolling.yaml)


This repo contains a code generator that automatically generate base class for ROS2 nodes.
Expand Down

0 comments on commit 85fe095

Please sign in to comment.