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:
|
||||
push:
|
||||
branches: ['master']
|
||||
branches: ['main']
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
|
@ -11,4 +11,4 @@ jobs:
|
|||
steps:
|
||||
- uses: zofrex/mirror-branch@v1
|
||||
with:
|
||||
target-branch: main
|
||||
target-branch: master
|
||||
|
|
Loading…
Add table
Reference in a new issue