Skip to content

Use different typename for collections of TK_UINT8 and TK_BYTE (#400) #65

Use different typename for collections of TK_UINT8 and TK_BYTE (#400)

Use different typename for collections of TK_UINT8 and TK_BYTE (#400) #65

Workflow file for this run

# .github/workflows/mirror.yml
name: Mirror
on:
push:
branches:
- 'master'
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror master branch to compatible minor version branches
strategy:
fail-fast: false
matrix:
dest_branch:
- '4.0.x'
- '4.x'
steps:
- name: Mirror action step
id: mirror
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: 'master'
dest: ${{ matrix.dest_branch }}