Commit 0f7b0ec 1 parent 315104c commit 0f7b0ec Copy full SHA for 0f7b0ec
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Run tests and package firmware
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main '
6
+ - ' 2.10 '
7
7
tags :
8
8
- v*
9
9
paths-ignore :
20
20
- ' fw.json'
21
21
pull_request :
22
22
branches :
23
- - ' main '
23
+ - ' 2.10 '
24
24
paths-ignore :
25
25
- ' **.md'
26
26
- ' .github/ISSUE_TEMPLATE/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Linux Companion
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main '
6
+ - ' 2.10 '
7
7
tags :
8
8
- v*
9
9
paths :
13
13
14
14
pull_request :
15
15
branches :
16
- - ' main '
16
+ - ' 2.10 '
17
17
paths :
18
18
- ' .github/workflows/linux_cpn.yml'
19
19
- ' companion/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: MacOSX Companion
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main '
6
+ - ' 2.10 '
7
7
tags :
8
8
- v*
9
9
paths :
13
13
14
14
pull_request :
15
15
branches :
16
- - ' main '
16
+ - ' 2.10 '
17
17
paths :
18
18
- ' .github/workflows/macosx_cpn.yml'
19
19
- ' companion/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Windows Companion 32-bit
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main '
6
+ - ' 2.10 '
7
7
tags :
8
8
- v*
9
9
paths :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Windows Companion 64-bit
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main '
6
+ - ' 2.10 '
7
7
tags :
8
8
- v*
9
9
paths :
13
13
14
14
pull_request :
15
15
branches :
16
- - ' main '
16
+ - ' 2.10 '
17
17
paths :
18
18
- ' .github/workflows/win_cpn-64.yml'
19
19
- ' companion/**'
You can’t perform that action at this time.
0 commit comments