Skip to content

Commit 9b23e3e

Browse files
committed
split off iron
Signed-off-by: Kenji Brameld <[email protected]>
1 parent 49abeca commit 9b23e3e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_and_test_humble.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Build and Test (humble)
66
on:
77
# Triggers the workflow on push
88
push:
9-
branches: [ rolling ]
9+
branches: [ iron ]
1010

1111
# Triggers the workflow on pull requests
1212
pull_request:
13-
branches: [ rolling ]
13+
branches: [ iron ]
1414

1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:

.github/workflows/build_and_test_iron.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Build and Test (iron)
66
on:
77
# Triggers the workflow on push
88
push:
9-
branches: [ rolling ]
9+
branches: [ iron ]
1010

1111
# Triggers the workflow on pull requests
1212
pull_request:
13-
branches: [ rolling ]
13+
branches: [ iron ]
1414

1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# walk
22

3-
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_humble.yaml?query=branch:rolling)
4-
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
3+
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=iron)](../../actions/workflows/build_and_test_humble.yaml?query=branch:iron)
4+
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=iron)](../../actions/workflows/build_and_test_iron.yaml?query=branch:iron)
55
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)
66

77
ROS2 Walking Node to be used across different types of bipeds

0 commit comments

Comments
 (0)