Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
jyjblrd committed Apr 8, 2024
1 parent 17dcb71 commit da06fe6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

on:
# Runs on pushes targeting the default branch
push:

jobs:
# Single deploy job since we're just deploying
deploy:
runs-on: ubuntu-latest
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: iron
- uses: ros-tooling/[email protected]
with:
package-name: orb_slam3_ros
target-ros2-distro: iron

0 comments on commit da06fe6

Please sign in to comment.