File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ name: Build the hardware controller
33on :
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/**'
Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ name: Build Docker container image for the segmenter
33on :
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/**'
You can’t perform that action at this time.
0 commit comments