Skip to content

Commit

Permalink
Configure CI for Iron
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacobmperron@gmail.com>
  • Loading branch information
jacobperron committed May 21, 2023
1 parent 53753c6 commit 608636f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Expand Up @@ -2,7 +2,7 @@ name: Continuous Integration

on:
push:
branches: ['humble']
branches: ['iron']
pull_request:

jobs:
Expand All @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: humble
required-ros-distributions: iron
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: create_bringup create_description create_driver create_msgs create_robot
target-ros2-distro: humble
target-ros2-distro: iron

0 comments on commit 608636f

Please sign in to comment.