Skip to content

Commit f555269

Browse files
committed
Synch master and dev with EBRAINS gitlab
1 parent 4f6240d commit f555269

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ebrains-sync.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Mirror to Ebrains
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, dev ]
66

77
jobs:
88
to_ebrains:
@@ -15,6 +15,13 @@ jobs:
1515
source_branch: "master"
1616
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
1717
destination_branch: "master"
18+
- name: syncdev
19+
uses: wei/git-sync@v3
20+
with:
21+
source_repo: "the-virtual-brain/tvb-ext-xircuits"
22+
source_branch: "dev"
23+
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
24+
destination_branch: "dev"
1825
- name: synctags
1926
uses: wei/git-sync@v3
2027
with:

0 commit comments

Comments
 (0)