Skip to content

Commit

Permalink
update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 16, 2024
1 parent 49145ff commit a8b77f0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_android_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_android_signed
on:
push:
branches:
- "2.5-evo"
- "2.6-evo"
- "dev-release"
- "release"
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_Rock5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_package_rock5_debian
on:
push:
branches:
- "2.5-evo"
- "2.6-evo"
- "dev-release"
- "release"
- "rapha-dev"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_package_rpi
on:
push:
branches:
- "2.5-evo"
- "2.6-evo"
- "dev-release"
- "release"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_package_x86_22
on:
push:
branches:
- "2.5-evo"
- "2.6-evo"
- "dev-release"
- "release"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_package_LUNAR
on:
push:
branches:
- "2.5-evo"
- "2.6-evo"
- "dev-release"
- "release"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package_x86_noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build_package_NOBLE
on:
push:
branches:
- "2.5-evo"
- "2.6-evo"
- "dev-release"
- "release"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu22_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches-ignore:
- release
- dev-release
- 2.5-evo
- 2.6-evo

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu22_build_test_qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches-ignore:
- release
- dev-release
- 2.5-evo
- 2.6-evo

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit a8b77f0

Please sign in to comment.