Skip to content

Commit a031b21

Browse files
authored
Add action to mirror master to v2.x
1 parent 38c4466 commit a031b21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/mirror-v2.x.yml

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

0 commit comments

Comments
 (0)