Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Edwards <medwards@apple.com>2020-12-07 09:16:36 +0300
committerMike Edwards <medwards@apple.com>2020-12-07 09:16:36 +0300
commit62ec4ac90738a5f2d209ed28c822223e58aaaeb7 (patch)
treedec768a65488ee5ba06a54cd626d6a3794be3988 /.github
parent28fdeea9522fd2538773dc0d969dcb155b067e2e (diff)
[PATCH] github actions: Pepare main branch for being read/write
Patch provided by Tom Stellard <tstellar@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main-branch-sync.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main-branch-sync.yml b/.github/workflows/main-branch-sync.yml
index e0370a8b00dc..5ea360e281d6 100644
--- a/.github/workflows/main-branch-sync.yml
+++ b/.github/workflows/main-branch-sync.yml
@@ -3,7 +3,7 @@ name: main branch sync
on:
push:
branches:
- - 'master'
+ - 'main'
jobs:
branch_sync:
@@ -22,4 +22,4 @@ jobs:
env:
LLVMBOT_TOKEN: ${{ secrets.LLVMBOT_MAIN_SYNC }}
run: |
- git push https://$LLVMBOT_TOKEN@github.com/${{ github.repository }} HEAD:main
+ git push https://$LLVMBOT_TOKEN@github.com/${{ github.repository }} HEAD:master