Skip to content

Commit 38960ea

Browse files
authored
Remove old develop branch references after default branch renaming (#2769)
2 parents baef3b4 + 3d9b6de commit 38960ea

File tree

8 files changed

+3
-8
lines changed

8 files changed

+3
-8
lines changed

.github/workflows/run-precommit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- develop
87
- release/\d{4}.\d{1,2}.\d{1,2}
98
pull_request:
109

.github/workflows/test-provider.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
push:
1717
branches:
1818
- main
19-
- develop
2019
- release/\d{4}.\d{1,2}.\d{1,2}
2120
paths:
2221
- ".github/workflows/test-provider.yaml"

.github/workflows/test_aws_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branch:
99
description: 'Nebari branch to deploy, test, destroy'
1010
required: true
11-
default: develop
11+
default: main
1212
type: string
1313
image-tag:
1414
description: 'Nebari image tag created by the nebari-docker-images repo'

.github/workflows/test_azure_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branch:
99
description: 'Nebari branch to deploy, test, destroy'
1010
required: true
11-
default: develop
11+
default: main
1212
type: string
1313
image-tag:
1414
description: 'Nebari image tag created by the nebari-docker-images repo'

.github/workflows/test_conda_build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- main
11-
- develop
1211
- release/\d{4}.\d{1,2}.\d{1,2}
1312
paths:
1413
- ".github/workflows/test_conda_build.yaml"

.github/workflows/test_gcp_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branch:
99
description: 'Nebari branch to deploy, test, destroy'
1010
required: true
11-
default: develop
11+
default: main
1212
type: string
1313
image-tag:
1414
description: 'Nebari image tag created by the nebari-docker-images repo'

.github/workflows/test_local_integration.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
push:
1919
branches:
2020
- main
21-
- develop
2221
- release/\d{4}.\d{1,2}.\d{1,2}
2322
paths:
2423
- ".github/workflows/test_local_integration.yaml"

.github/workflows/typing.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- main
12-
- develop
1312
- release/\d{4}.\d{1,2}.\d{1,2}
1413
paths:
1514
- ".github/workflows/typing.yaml"

0 commit comments

Comments
 (0)