Skip to content

Commit 8d782af

Browse files
authored
ci: mirror rolling to ros2 (#378)
Signed-off-by: Daisuke Nishimatsu <[email protected]> Signed-off-by: Daisuke Nishimatsu <[email protected]>
1 parent 23e3f5f commit 8d782af

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Mirror rolling to ros2
2+
3+
on:
4+
push:
5+
branches: [ rolling ]
6+
7+
jobs:
8+
mirror-to-ros2:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: zofrex/mirror-branch@v1
12+
with:
13+
target-branch: ros2

0 commit comments

Comments
 (0)