Skip to content

Commit

Permalink
[PATCH] github actions: Pepare main branch for being read/write
Browse files Browse the repository at this point in the history
Patch provided by Tom Stellard <[email protected]>
  • Loading branch information
Mike Edwards committed Dec 7, 2020
1 parent 28fdeea commit 62ec4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-branch-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: main branch sync
on:
push:
branches:
- 'master'
- 'main'

jobs:
branch_sync:
Expand All @@ -22,4 +22,4 @@ jobs:
env:
LLVMBOT_TOKEN: ${{ secrets.LLVMBOT_MAIN_SYNC }}
run: |
git push https://[email protected]/${{ github.repository }} HEAD:main
git push https://[email protected]/${{ github.repository }} HEAD:master

0 comments on commit 62ec4ac

Please sign in to comment.