Added real world tmux files and turn on the merging with standard points #10
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: ros_build_test | |
on: | |
push: | |
branches: [ devel ] | |
paths-ignore: | |
- '**/README.md' | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@master | |
secrets: | |
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }} |