Skip to content

Commit

Permalink
chore(ci): build for 2.10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Feb 28, 2024
1 parent 315104c commit 0f7b0ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run tests and package firmware
on:
push:
branches:
- 'main'
- '2.10'
tags:
- v*
paths-ignore:
Expand All @@ -20,7 +20,7 @@ on:
- 'fw.json'
pull_request:
branches:
- 'main'
- '2.10'
paths-ignore:
- '**.md'
- '.github/ISSUE_TEMPLATE/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux Companion
on:
push:
branches:
- 'main'
- '2.10'
tags:
- v*
paths:
Expand All @@ -13,7 +13,7 @@ on:

pull_request:
branches:
- 'main'
- '2.10'
paths:
- '.github/workflows/linux_cpn.yml'
- 'companion/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macosx_cpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MacOSX Companion
on:
push:
branches:
- 'main'
- '2.10'
tags:
- v*
paths:
Expand All @@ -13,7 +13,7 @@ on:

pull_request:
branches:
- 'main'
- '2.10'
paths:
- '.github/workflows/macosx_cpn.yml'
- 'companion/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win_cpn-32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows Companion 32-bit
on:
push:
branches:
- 'main'
- '2.10'
tags:
- v*
paths:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win_cpn-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows Companion 64-bit
on:
push:
branches:
- 'main'
- '2.10'
tags:
- v*
paths:
Expand All @@ -13,7 +13,7 @@ on:

pull_request:
branches:
- 'main'
- '2.10'
paths:
- '.github/workflows/win_cpn-64.yml'
- 'companion/**'
Expand Down

0 comments on commit 0f7b0ec

Please sign in to comment.