Penguinmaster2001 triggered colcon build on push #6
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
name: colcon_build | |
run-name: ${{ github.actor }} triggered colcon build on push | |
on: [push] | |
jobs: | |
colcon-build: | |
runs-on: [ubuntu-22.04] | |
steps: | |
- run: echo "Hello World" |