We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6240d commit f555269Copy full SHA for f555269
.github/workflows/ebrains-sync.yml
@@ -2,7 +2,7 @@ name: Mirror to Ebrains
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, dev ]
6
7
jobs:
8
to_ebrains:
@@ -15,6 +15,13 @@ jobs:
15
source_branch: "master"
16
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/tvb/tvb-ext-xircuits.git"
17
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"
25
- name: synctags
26
uses: wei/git-sync@v3
27
with:
0 commit comments