diff --git a/.github/workflows/run-precommit.yaml b/.github/workflows/run-precommit.yaml index 9592a5837..eab62ce83 100644 --- a/.github/workflows/run-precommit.yaml +++ b/.github/workflows/run-precommit.yaml @@ -4,7 +4,6 @@ on: push: branches: - main - - develop - release/\d{4}.\d{1,2}.\d{1,2} pull_request: diff --git a/.github/workflows/test-provider.yaml b/.github/workflows/test-provider.yaml index 6382cdf12..fef125449 100644 --- a/.github/workflows/test-provider.yaml +++ b/.github/workflows/test-provider.yaml @@ -16,7 +16,6 @@ on: push: branches: - main - - develop - release/\d{4}.\d{1,2}.\d{1,2} paths: - ".github/workflows/test-provider.yaml" diff --git a/.github/workflows/test_aws_integration.yaml b/.github/workflows/test_aws_integration.yaml index 867006df2..92f1af100 100644 --- a/.github/workflows/test_aws_integration.yaml +++ b/.github/workflows/test_aws_integration.yaml @@ -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' diff --git a/.github/workflows/test_azure_integration.yaml b/.github/workflows/test_azure_integration.yaml index 812390749..615279af3 100644 --- a/.github/workflows/test_azure_integration.yaml +++ b/.github/workflows/test_azure_integration.yaml @@ -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' diff --git a/.github/workflows/test_conda_build.yaml b/.github/workflows/test_conda_build.yaml index 2a959cdb6..53c51d8c6 100644 --- a/.github/workflows/test_conda_build.yaml +++ b/.github/workflows/test_conda_build.yaml @@ -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" diff --git a/.github/workflows/test_gcp_integration.yaml b/.github/workflows/test_gcp_integration.yaml index e0e5a5b9e..71162d1cc 100644 --- a/.github/workflows/test_gcp_integration.yaml +++ b/.github/workflows/test_gcp_integration.yaml @@ -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' diff --git a/.github/workflows/test_local_integration.yaml b/.github/workflows/test_local_integration.yaml index 3b51f5797..ea547ede8 100644 --- a/.github/workflows/test_local_integration.yaml +++ b/.github/workflows/test_local_integration.yaml @@ -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" diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index de70d6948..3ce1bbc78 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -9,7 +9,6 @@ on: push: branches: - main - - develop - release/\d{4}.\d{1,2}.\d{1,2} paths: - ".github/workflows/typing.yaml"