Skip to content

Commit c16ea89

Browse files
author
Val Brodsky
committed
Remove v6 from github build actions
1 parent 50e917d commit c16ea89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: LBox Develop
22

33
on:
44
push:
5-
branches: [develop, v6]
5+
branches: [develop]
66
pull_request:
7-
branches: [develop, v6]
7+
branches: [develop]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/python-package-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Labelbox Python SDK Staging (Develop)
22

33
on:
44
push:
5-
branches: [develop, v6]
5+
branches: [develop]
66
pull_request:
7-
branches: [develop, v6]
7+
branches: [develop]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)