Skip to content

Update main.yml

Update main.yml #3

Workflow file for this run

name: ROS 2 Workspace Action
# You may pin to the exact commit or the version.
uses: ichiro-its/[email protected]
with:
# The ROS 2 distribution to be used
distro: humble # optional, default is iron
on:
push:
branches:
- master
steps:
- name: Deploy app
run: exit 0