File tree Expand file tree Collapse file tree 7 files changed +56
-56
lines changed Expand file tree Collapse file tree 7 files changed +56
-56
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Build AArch64
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Build ARM
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Build ESP
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Build MSP430
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Build Renesas
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Build RISC-V
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
concurrency :
19
19
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Hardware Test
3
3
on :
4
4
push :
5
5
paths :
6
- - ' src'
7
- - ' examples'
8
- - ' lib'
9
- - ' hw'
6
+ - ' src/** '
7
+ - ' examples/** '
8
+ - ' lib/** '
9
+ - ' hw/** '
10
10
pull_request :
11
11
branches : [ master ]
12
12
paths :
13
- - ' src'
14
- - ' examples'
15
- - ' lib'
16
- - ' hw'
13
+ - ' src/** '
14
+ - ' examples/** '
15
+ - ' lib/** '
16
+ - ' hw/** '
17
17
18
18
# Hardware in the loop (HIL)
19
19
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user
You can’t perform that action at this time.
0 commit comments