Skip to content

Commit

Permalink
Custom barnch bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly committed Oct 6, 2023
1 parent 0fa8b1b commit d883070
Showing 1 changed file with 12 additions and 0 deletions.
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.


0 comments on commit d883070

Please sign in to comment.