2021-03-08 19:13:05 +00:00
|
|
|
name: Main Mirror
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2021-04-08 09:46:37 +01:00
|
|
|
branches: ['main']
|
2021-03-08 19:13:05 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
mirror:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- uses: zofrex/mirror-branch@v1
|
|
|
|
with:
|
2021-04-08 09:46:37 +01:00
|
|
|
target-branch: master
|