1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

add commit mirror workflow (#5313)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Matthew Peveler 2021-03-08 14:13:05 -05:00 committed by GitHub
parent fbe706f00b
commit df5439818b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/mirror.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Main Mirror
on:
push:
branches: ['master']
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: zofrex/mirror-branch@v1
with:
target-branch: main