Skip to content

Commit

Permalink
Remove old develop branch references after default branch renaming (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla authored Oct 14, 2024
2 parents baef3b4 + 3d9b6de commit 38960ea
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
pull_request:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
paths:
- ".github/workflows/test-provider.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_aws_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branch:
description: 'Nebari branch to deploy, test, destroy'
required: true
default: develop
default: main
type: string
image-tag:
description: 'Nebari image tag created by the nebari-docker-images repo'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_azure_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branch:
description: 'Nebari branch to deploy, test, destroy'
required: true
default: develop
default: main
type: string
image-tag:
description: 'Nebari image tag created by the nebari-docker-images repo'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_conda_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
paths:
- ".github/workflows/test_conda_build.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gcp_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branch:
description: 'Nebari branch to deploy, test, destroy'
required: true
default: develop
default: main
type: string
image-tag:
description: 'Nebari image tag created by the nebari-docker-images repo'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_local_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
paths:
- ".github/workflows/test_local_integration.yaml"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
paths:
- ".github/workflows/typing.yaml"
Expand Down

0 comments on commit 38960ea

Please sign in to comment.