File tree Expand file tree Collapse file tree 3 files changed +43
-4
lines changed Expand file tree Collapse file tree 3 files changed +43
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Firmware CI Checks
1
+ name : Firmware Checks
2
2
3
3
on :
4
- push
4
+ push :
5
+ branches :
6
+ - master
7
+ - dev-*
8
+ paths-ignore :
9
+ - ' *.py'
10
+ - ' inputmodule-control/**'
11
+ pull_request :
12
+ branches :
13
+ - ' *'
14
+ paths-ignore :
15
+ - ' *.py'
16
+ - ' inputmodule-control/**'
5
17
6
18
env :
7
19
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 1
- name : Software CI Checks
1
+ name : Software Checks
2
+
2
3
on :
3
4
push :
5
+ branches :
6
+ - master
7
+ - dev-*
8
+ paths-ignore :
9
+ - ' b1display/**'
10
+ - ' c1minimal/**'
11
+ - ' fl16-inputmodules/**'
12
+ - ' ledmatrix/**'
13
+ pull_request :
14
+ branches :
15
+ - ' *'
16
+ paths-ignore :
17
+ - ' b1display/**'
18
+ - ' c1minimal/**'
19
+ - ' fl16-inputmodules/**'
20
+ - ' ledmatrix/**'
4
21
5
22
env :
6
23
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 3
3
name : Traditional Cargo Workflow
4
4
5
5
on :
6
- push
6
+ push :
7
+ branches :
8
+ - master
9
+ - dev-*
10
+ paths-ignore :
11
+ - ' *.py'
12
+ pull_request :
13
+ branches :
14
+ - ' *'
15
+ paths-ignore :
16
+ - ' *.py'
7
17
8
18
env :
9
19
CARGO_TERM_COLOR : always
You can’t perform that action at this time.
0 commit comments