Skip to content

Commit

Permalink
Merge pull request #41 from ijnek/mergify/bp/iron/pr-39
Browse files Browse the repository at this point in the history
split off iron (backport #39)
  • Loading branch information
ijnek authored Dec 12, 2023
2 parents 49abeca + 263519a commit a0363f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Build and Test (humble)
on:
# Triggers the workflow on push
push:
branches: [ rolling ]
branches: [ iron ]

# Triggers the workflow on pull requests
pull_request:
branches: [ rolling ]
branches: [ iron ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Build and Test (iron)
on:
# Triggers the workflow on push
push:
branches: [ rolling ]
branches: [ iron ]

# Triggers the workflow on pull requests
pull_request:
branches: [ rolling ]
branches: [ iron ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# walk

[![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)
[![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)
[![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)
[![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)
[![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)

ROS2 Walking Node to be used across different types of bipeds
Expand Down

0 comments on commit a0363f0

Please sign in to comment.