Skip to content

Commit 092b6ed

Browse files
committed
Mirror rolling to master
1 parent d4c2bf5 commit 092b6ed

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 master
2+
3+
on:
4+
push:
5+
branches: [ rolling ]
6+
7+
jobs:
8+
mirror-to-master:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: zofrex/mirror-branch@v1
12+
with:
13+
target-branch: master

0 commit comments

Comments
 (0)