Skip to content

Commit e19b6a0

Browse files
committed
Rename & fix run triggers for migrated device-backend CI workflows
1 parent a94372a commit e19b6a0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/control-build.yml renamed to .github/workflows/build-hardware-controller.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: Build the hardware controller
33
on:
44
push:
55
branches:
6+
- 'master'
67
- 'main'
7-
- 'beta'
8-
- 'stable'
8+
- 'software/beta'
9+
- 'software/stable'
910
tags:
1011
- 'v*'
12+
paths:
13+
- 'device-backend/control/**'
14+
- '.github/workflows/control-*.yml'
1115
pull_request:
1216
paths:
1317
- 'device-backend/control/**'

.github/workflows/processing-segmenter-build.yml renamed to .github/workflows/build-segmenter.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: Build Docker container image for the segmenter
33
on:
44
push:
55
branches:
6+
- 'master'
67
- 'main'
7-
- 'beta'
8-
- 'stable'
8+
- 'software/beta'
9+
- 'software/stable'
910
tags:
1011
- 'v*'
12+
paths:
13+
- 'device-backend/processing/segmenter/**'
14+
- '.github/workflows/processing-segmenter-*.yml'
1115
pull_request:
1216
paths:
1317
- 'device-backend/processing/segmenter/**'

0 commit comments

Comments
 (0)