use master version of event_camera_msgs #48
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# continuous integration workflow | |
# | |
name: build repo | |
on: | |
push: | |
branches: [ master] | |
pull_request: | |
branches: [ master] | |
workflow_dispatch: | |
branches: [ master] | |
jobs: | |
build_ros1: | |
uses: ros-event-camera/ros-build-action/.github/workflows/build_ros1.yml@master | |
with: | |
repo: ${{ github.event.repository.name }} | |
build_ros2: | |
uses: ros-event-camera/ros-build-action/.github/workflows/ros2_ci.yml@master | |
with: | |
repo: ${{ github.event.repository.name }} | |
vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/master/${{ github.event.repository.name }}.repos |