File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ name: HighFive_Integration_tests
22
33on :
44 push :
5- branches :
5+ branches :
66 - ci_test
7+ pull_request :
8+ branches :
9+ - main
710 schedule :
811 - cron : ' 5 3 * * *'
912 repository_dispatch :
1316 highfive_branch :
1417 description : " HighFive branch to test against"
1518 required : false
16- default : " master "
19+ default : " v2.x "
1720 type : string
1821
1922 libsonata_branch :
4346
4447 - name : Build HighFive
4548 run : |
46- HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"master "}
49+ HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"v2.x "}
4750
4851 git clone https://github.com/BlueBrain/HighFive.git \
4952 --branch ${HIGHFIVE_BRANCH} --recursive
7073 - name : Build and Test libsonata
7174 if : success() || failure()
7275 run : |
73- HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"master "}
76+ HIGHFIVE_BRANCH=${HIGHFIVE_BRANCH:-"v2.x "}
7477 LIBSONATA_BRANCH=${LIBSONATA_BRANCH:-"master"}
7578
7679 git clone https://github.com/BlueBrain/libsonata.git \
You can’t perform that action at this time.
0 commit comments