ci: update branch in mirror workflow
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
7d1e2e24ef
commit
6a058b56fe
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
|
||||||
|
Reference in New Issue
Block a user