Skip to content

Commit 0f7b0ec

Browse files
committed
chore(ci): build for 2.10 branch
1 parent 315104c commit 0f7b0ec

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run tests and package firmware
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- '2.10'
77
tags:
88
- v*
99
paths-ignore:
@@ -20,7 +20,7 @@ on:
2020
- 'fw.json'
2121
pull_request:
2222
branches:
23-
- 'main'
23+
- '2.10'
2424
paths-ignore:
2525
- '**.md'
2626
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/linux_cpn.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Linux Companion
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- '2.10'
77
tags:
88
- v*
99
paths:
@@ -13,7 +13,7 @@ on:
1313

1414
pull_request:
1515
branches:
16-
- 'main'
16+
- '2.10'
1717
paths:
1818
- '.github/workflows/linux_cpn.yml'
1919
- 'companion/**'

.github/workflows/macosx_cpn.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: MacOSX Companion
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- '2.10'
77
tags:
88
- v*
99
paths:
@@ -13,7 +13,7 @@ on:
1313

1414
pull_request:
1515
branches:
16-
- 'main'
16+
- '2.10'
1717
paths:
1818
- '.github/workflows/macosx_cpn.yml'
1919
- 'companion/**'

.github/workflows/win_cpn-32.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Windows Companion 32-bit
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- '2.10'
77
tags:
88
- v*
99
paths:

.github/workflows/win_cpn-64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Windows Companion 64-bit
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- '2.10'
77
tags:
88
- v*
99
paths:
@@ -13,7 +13,7 @@ on:
1313

1414
pull_request:
1515
branches:
16-
- 'main'
16+
- '2.10'
1717
paths:
1818
- '.github/workflows/win_cpn-64.yml'
1919
- 'companion/**'

0 commit comments

Comments
 (0)