Skip to content

Commit

Permalink
ci: update branch in mirror workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored and sbrl committed May 1, 2021
1 parent 7d1e2e2 commit 6a058b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Expand Up @@ -2,7 +2,7 @@ name: Main Mirror

on:
push:
branches: ['master']
branches: ['main']

jobs:
mirror:
Expand All @@ -11,4 +11,4 @@ jobs:
steps:
- uses: zofrex/mirror-branch@v1
with:
target-branch: main
target-branch: master

0 comments on commit 6a058b5

Please sign in to comment.