Skip to content

Commit

Permalink
Fix humble ci (#25)
Browse files Browse the repository at this point in the history
* run CI

* fix badge

* fix EOL
  • Loading branch information
tpoignonec authored Nov 12, 2024
1 parent fce8570 commit a8f1b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI (humble)
on:
push:
branches: [ main ]
branches: [ humble ]
pull_request:
branches: [ main ]
branches: [ humble ]
workflow_dispatch:
jobs:
build:
Expand All @@ -18,4 +18,4 @@ jobs:
- uses: ros-tooling/[email protected]
# continue-on-error: true
with:
target-ros2-distro: humble
target-ros2-distro: humble
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Wrench estimation and calibration of F/T sensor for ROS2 applications.


[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build tests (humble)](../../actions/workflows/ci.yaml/badge.svg?branch=main)](../../actions/workflows/ci.yaml?query=branch:humble)
[![Build tests (humble)](../../actions/workflows/ci.yaml/badge.svg?branch=humble)](../../actions/workflows/ci.yaml?query=branch:humble)

**Author:** Thibault Poignonec: [[email protected]](mailto:[email protected])

Expand Down

0 comments on commit a8f1b9d

Please sign in to comment.