mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ci: update branch in mirror workflow
This commit is contained in:
parent
7d1e2e24ef
commit
6a058b56fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
|
@ -2,7 +2,7 @@ name: Main Mirror
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['main']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
|
@ -11,4 +11,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: zofrex/mirror-branch@v1
|
- uses: zofrex/mirror-branch@v1
|
||||||
with:
|
with:
|
||||||
target-branch: main
|
target-branch: master
|
||||||
|
|
Loading…
Add table
Reference in a new issue