From d88307083e9ff8328b18ec9804d867ad37de29f4 Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Fri, 6 Oct 2023 16:59:17 -0700 Subject: [PATCH] Custom barnch bug fix --- .../03-Oct-2023/custom-branch-fix-rn.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 website/docs/docs/dbt-versions/release-notes/03-Oct-2023/custom-branch-fix-rn.md diff --git a/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/custom-branch-fix-rn.md b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/custom-branch-fix-rn.md new file mode 100644 index 00000000000..bd15eccf65b --- /dev/null +++ b/website/docs/docs/dbt-versions/release-notes/03-Oct-2023/custom-branch-fix-rn.md @@ -0,0 +1,12 @@ +--- +title: "Fix: Custom branches" +description: "October 2023: CI job runs now default to the main branch of the Git repository when a custom branch isn't set" +sidebar_label: "Fix: Custom branches" +tags: [Oct-2023] +date: 2023-10-06 +sidebar_position: 09 +--- + +If you don't set a [custom branch](/docs/dbt-cloud-environments#custom-branch-behavior) for your dbt Cloud environment, it now defaults to the `main` branch of your Git repository. Previously, [CI jobs](/docs/deploy/ci-jobs) would run for pull requests (PRs) that were opened against any branch if **Custom Branch** wasn't set. + +