Skip to content

more fixes to ci.yaml #18

more fixes to ci.yaml

more fixes to ci.yaml #18

Workflow file for this run

#
# continuous integration workflow
#
name: build repo
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
branches: [master]
jobs:
build_ros1:
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros1_ci.yml@master
with:
repo: ${{ github.event.repository.name }}
build_ros2:
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_ci.yml@master
with:
repo: ${{ github.event.repository.name }}