Skip to content

Commit

Permalink
Fix main -> master mirroring (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Mar 7, 2021
1 parent 2c43b70 commit 7b10b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror-main-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: main

jobs:
publish-web:
mirror-master-to-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git push origin master:main
- run: git push origin main:master

0 comments on commit 7b10b2e

Please sign in to comment.