diff --git a/.github/workflows/mirror-rolling-to-ros2.yaml b/.github/workflows/mirror-rolling-to-ros2.yaml new file mode 100644 index 0000000..fa4e69b --- /dev/null +++ b/.github/workflows/mirror-rolling-to-ros2.yaml @@ -0,0 +1,13 @@ +name: Mirror rolling to ros2 + +on: + push: + branches: [ rolling ] + +jobs: + mirror-to-ros2: + runs-on: ubuntu-latest + steps: + - uses: zofrex/mirror-branch@v1 + with: + target-branch: ros2