Skip to content

Commit 3a677df

Browse files
author
Matevz Morato
committed
Update the workflows from v3_develop to develop
1 parent f2ae794 commit 3a677df

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/workflows/bom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: BOM Testing
33
on:
44
push:
55
branches:
6-
- v3_develop
6+
- develop
77
tags:
88
- 'v*'
99
workflow_dispatch:
@@ -30,7 +30,7 @@ on:
3030
depthai:
3131
required: false
3232
type: string
33-
default: "v3_develop"
33+
default: "develop"
3434
description: "Version for depthai"
3535

3636
jobs:

.github/workflows/main.workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
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

1816
jobs:
1917

.github/workflows/python-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
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
###################################

.github/workflows/test.workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
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
1515
concurrency:

0 commit comments

Comments
 (0)