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:
parent
fbe706f00b
commit
df5439818b
1 changed files with 14 additions and 0 deletions
14
.github/workflows/mirror.yml
vendored
Normal file
14
.github/workflows/mirror.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue