Skip to content

Can pass List[Population] args to neurom.app.morph_stats.extract_data… #8

Can pass List[Population] args to neurom.app.morph_stats.extract_data…

Can pass List[Population] args to neurom.app.morph_stats.extract_data… #8

name: Mirror to Ebrains
on:
push:
branches: [ master ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: syncmaster
uses: wei/git-sync@v3
with:
source_repo: "BlueBrain/NeuroM"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/NeuroM.git"
destination_branch: "main"
- name: synctags
uses: wei/git-sync@v3
with:
source_repo: "BlueBrain/NeuroM"
source_branch: "refs/tags/*"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB_ACCESS_TOKEN }}@gitlab.ebrains.eu/BlueBrain/NeuroM.git"
destination_branch: "refs/tags/*"