Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b1a8771

Browse files
authored
Reverse the order of mirroring. (#29753)
This is because now the default branch is main. Bug: flutter/flutter#90476
1 parent 2962099 commit b1a8771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mirror.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
on:
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010

1111
jobs:
1212
mirror_job:
@@ -21,5 +21,5 @@ jobs:
2121
uses: google/mirror-branch-action@c6b07e441a7ffc5ae15860c1d0a8107a3a151db8
2222
with:
2323
github-token: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
24-
source: 'master'
25-
dest: 'main'
24+
source: 'main'
25+
dest: 'master'

0 commit comments

Comments
 (0)