Skip to content

Commit e6b278b

Browse files
committed
update CI
1 parent 8c7b204 commit e6b278b

File tree

5 files changed

+10
-28
lines changed

5 files changed

+10
-28
lines changed

.github/workflows/bids_validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: BIDS validator
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [main]
77
pull_request:
88
branches: ['*']
99

.github/workflows/check_md_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Check Markdown links
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
pull_request:
1111
branches: ['*']
1212

.github/workflows/codespell.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/run_tests_matlab.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ name: tests and coverage with matlab
55
on:
66
push:
77
branches:
8-
- dev
98
- main
109
pull_request:
1110
branches: ['*']
1211
schedule:
13-
- cron: 1 1 1 * *
12+
- cron: 0 0 1 * *
1413

1514
# Allows you to run this workflow manually from the Actions tab
1615
workflow_dispatch:
@@ -25,8 +24,11 @@ jobs:
2524
strategy:
2625
fail-fast: false
2726
matrix:
28-
version: [R2021a, R2021b, R2022a, R2022b]
29-
os: [ubuntu-latest, macos-latest, windows-latest]
27+
version: [R2021a, R2023b]
28+
os: [ubuntu-latest, windows-latest]
29+
include:
30+
- os: macos-latest
31+
version: R2023b
3032

3133
runs-on: ${{matrix.os}}
3234

.github/workflows/run_tests_octave.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: tests and coverage with octave
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches: ['*']
1010

@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
tests_octave:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-latest
1919
steps:
2020

2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)