Skip to content

Commit 9a2d289

Browse files
authored
Try fix path filter for subpackages
1 parent 68db7f3 commit 9a2d289

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/ci_mribase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'MRIBase'
7+
- 'MRIBase/**'
88
push:
99
branches:
1010
- master
1111
- '*'
1212
tags: '*'
1313
paths:
14-
- 'MRIBase'
14+
- 'MRIBase/**'
1515
jobs:
1616
test:
1717
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

.github/workflows/ci_mricoilsens.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'MRICoilSensitivities'
7+
- 'MRICoilSensitivities/**'
88

99
push:
1010
branches:
1111
- master
1212
- '*'
1313
tags: '*'
1414
paths:
15-
- 'MRICoilSensitivities'
15+
- 'MRICoilSensitivities/**'
1616
jobs:
1717
test:
1818
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

.github/workflows/ci_mrifiles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'MRIFiles'
7+
- 'MRIFiles/**'
88

99
push:
1010
branches:
1111
- master
1212
- '*'
1313
tags: '*'
1414
paths:
15-
- 'MRIFiles'
15+
- 'MRIFiles/**'
1616
jobs:
1717
test:
1818
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

.github/workflows/ci_mrioperators.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'MRIOperators'
7+
- 'MRIOperators/**'
88
push:
99
branches:
1010
- master
1111
- '*'
1212
tags: '*'
1313
paths:
14-
- 'MRIOperators'
14+
- 'MRIOperators/**'
1515
jobs:
1616
test:
1717
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

.github/workflows/ci_mrireco.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'ext'
8-
- 'src'
7+
- 'ext/**'
8+
- 'src/**'
99
push:
1010
branches:
1111
- master
1212
- '*'
1313
tags: '*'
1414
paths:
15-
- 'ext'
16-
- 'src'
15+
- 'ext/**'
16+
- 'src/**'
1717

1818
jobs:
1919
test:

.github/workflows/ci_mrisampling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'MRISampling'
7+
- 'MRISampling/**'
88
push:
99
branches:
1010
- master
1111
- '*'
1212
tags: '*'
1313
paths:
14-
- 'MRISampling'
14+
- 'MRISampling/**'
1515
jobs:
1616
test:
1717
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

.github/workflows/ci_mrisimulation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'MRISimulation'
7+
- 'MRISimulation/**'
88

99
push:
1010
branches:
1111
- master
1212
- '*'
1313
tags: '*'
1414
paths:
15-
- 'MRISimulation'
15+
- 'MRISimulation/**'
1616
jobs:
1717
test:
1818
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)