Skip to content

Commit

Permalink
Reverse the order of mirroring. (#29753)
Browse files Browse the repository at this point in the history
This is because now the default branch is main.

Bug: flutter/flutter#90476
  • Loading branch information
godofredoc committed Nov 15, 2021
1 parent 2962099 commit b1a8771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
on:
push:
branches:
- 'master'
- 'main'

jobs:
mirror_job:
Expand All @@ -21,5 +21,5 @@ jobs:
uses: google/mirror-branch-action@c6b07e441a7ffc5ae15860c1d0a8107a3a151db8
with:
github-token: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
source: 'master'
dest: 'main'
source: 'main'
dest: 'master'

0 comments on commit b1a8771

Please sign in to comment.