Skip to content

Commit

Permalink
Mirror rolling to ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
paudrow committed Jun 28, 2022
1 parent 7a989c3 commit a11ecea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror-rolling-to-ros2.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a11ecea

Please sign in to comment.