diff --git a/.github/workflows/ebrains-sync.yml b/.github/workflows/ebrains-sync.yml index edb396af..19f832fc 100644 --- a/.github/workflows/ebrains-sync.yml +++ b/.github/workflows/ebrains-sync.yml @@ -50,3 +50,24 @@ jobs: source_branch: "refs/tags/*" destination_repo: "https://ghpusher:${{ secrets.EBRAINS_2_0_WP3 }}@gitlab.ebrains.eu/ri/projects-and-initiatives/ebrains-2/wp3/tools/tvb-ext-xircuits-mirror.git" destination_branch: "refs/tags/*" + - name: syncmaster + uses: wei/git-sync@v3 + with: + source_repo: "the-virtual-brain/tvb-ext-xircuits" + source_branch: "master" + destination_repo: "https://ghpusher:${{ secrets.TWIN_GITLAB }}@gitlab.ebrains.eu/ri/projects-and-initiatives/virtualbraintwin/tools/ext-xircuits.git" + destination_branch: "master" + - name: syncdev + uses: wei/git-sync@v3 + with: + source_repo: "the-virtual-brain/tvb-ext-xircuits" + source_branch: "dev" + destination_repo: "https://ghpusher:${{ secrets.TWIN_GITLAB }}@gitlab.ebrains.eu/ri/projects-and-initiatives/virtualbraintwin/tools/ext-xircuits.git" + destination_branch: "dev" + - name: synctags + uses: wei/git-sync@v3 + with: + source_repo: "the-virtual-brain/tvb-ext-xircuits" + source_branch: "refs/tags/*" + destination_repo: "https://ghpusher:${{ secrets.TWIN_GITLAB }}@gitlab.ebrains.eu/ri/projects-and-initiatives/virtualbraintwin/tools/ext-xircuits.git" + destination_branch: "refs/tags/*" \ No newline at end of file diff --git a/README.md b/README.md index 2de1f279..d76fdfde 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@
-
+
+