mirror of https://github.com/CrimsonTome/tldr.git
15 lines
194 B
YAML
15 lines
194 B
YAML
|
name: Main Mirror
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches: ['master']
|
||
|
|
||
|
jobs:
|
||
|
mirror:
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- uses: zofrex/mirror-branch@v1
|
||
|
with:
|
||
|
target-branch: main
|