Skip to content

Commit d0758d0

Browse files
committed
correct ci paths filter
1 parent 4deec2f commit d0758d0

File tree

7 files changed

+56
-56
lines changed

7 files changed

+56
-56
lines changed

.github/workflows/build_aarch64.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build AArch64
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build_arm.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build ARM
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build_esp.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build ESP
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build_msp430.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build MSP430
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build_renesas.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build Renesas
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/build_riscv.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Build RISC-V
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/test_hardware.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Hardware Test
33
on:
44
push:
55
paths:
6-
- 'src'
7-
- 'examples'
8-
- 'lib'
9-
- 'hw'
6+
- 'src/**'
7+
- 'examples/**'
8+
- 'lib/**'
9+
- 'hw/**'
1010
pull_request:
1111
branches: [ master ]
1212
paths:
13-
- 'src'
14-
- 'examples'
15-
- 'lib'
16-
- 'hw'
13+
- 'src/**'
14+
- 'examples/**'
15+
- 'lib/**'
16+
- 'hw/**'
1717

1818
# Hardware in the loop (HIL)
1919
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user

0 commit comments

Comments
 (0)