-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
website/docs/docs/dbt-versions/release-notes/03-Oct-2023/custom-branch-fix-rn.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
|