We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2326f4 + 75ac767 commit c5a96fdCopy full SHA for c5a96fd
.github/workflows/mirror-ebrains.yml
@@ -0,0 +1,24 @@
1
+name: Mirror to Ebrains
2
+
3
+on:
4
+ push:
5
+ branches: [ master ]
6
7
+jobs:
8
+ to_ebrains:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: syncmaster
12
+ uses: wei/git-sync@v3
13
+ with:
14
+ source_repo: "BlueBrain/BluePyMM"
15
+ source_branch: "master"
16
+ destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/bluepymm.git"
17
+ destination_branch: "master"
18
+ - name: synctags
19
20
21
22
+ source_branch: "refs/tags/*"
23
24
+ destination_branch: "refs/tags/*"
0 commit comments