Mirror rolling to master (#1)
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
This commit is contained in:
parent
9c853b27fc
commit
42ec45f5da
1 changed files with 13 additions and 0 deletions
13
.github/workflows/mirror-rolling-to-master.yaml
vendored
Normal file
13
.github/workflows/mirror-rolling-to-master.yaml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: Mirror rolling to master
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ rolling ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
mirror-to-master:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: zofrex/mirror-branch@v1
|
||||||
|
with:
|
||||||
|
target-branch: master
|
Loading…
Add table
Add a link
Reference in a new issue