File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: BOM Testing
33on :
44 push :
55 branches :
6- - v3_develop
6+ - develop
77 tags :
88 - ' v*'
99 workflow_dispatch :
3030 depthai :
3131 required : false
3232 type : string
33- default : " v3_develop "
33+ default : " develop "
3434 description : " Version for depthai"
3535
3636jobs :
Original file line number Diff line number Diff line change 66 branches :
77 - main
88 - develop
9- - v3_develop
109 tags :
1110 - ' v*'
1211 pull_request :
1312 branches :
1413 - main
1514 - develop
16- - v3_develop
1715
1816jobs :
1917
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 pull_request :
88 branches :
9- - v3_develop
9+ - develop
1010 push :
1111 branches :
12- - v3_develop *
12+ - develop *
1313 tags :
14- - ' v3 *'
14+ - ' v *'
1515
1616# ##################################
1717# ##################################
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 push :
66 branches :
7- - v3_develop
7+ - develop
88 tags :
99 - ' v*'
1010 pull_request :
1111 branches :
12- - v3_develop
12+ - develop
1313
1414# Only allow latest run on same branch to be tested
1515concurrency :
You can’t perform that action at this time.
0 commit comments