Skip to content

Commit b97c4df

Browse files
committed
updated mrtrix version in ci-cd
1 parent bf7fd4b commit b97c4df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: CI/CD
88

99
on:
1010
push:
11-
branches: [ main, develop ]
11+
branches: [ main ]
1212
pull_request:
13-
branches: [ main, develop ]
13+
branches: [ main ]
1414
release:
1515
types: [published]
1616
repository_dispatch:
@@ -20,7 +20,7 @@ on:
2020
env:
2121
MRTRIX_HOME: /opt/mrtrix3
2222
MRTRIX_INSTALL: /opt/mrtrix3/install
23-
MRTRIX_VERSION: 3.0.7
23+
MRTRIX_VERSION: 3.1.0a0
2424
SUBPKG_NAME: v3_1
2525

2626
jobs:

0 commit comments

Comments
 (0)