From 94b221b8ba54c6be89fa19119c80eb98d1ae3e47 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 2 Dec 2024 15:04:08 +0100 Subject: [PATCH] Build snapshot releases for bugbash branches (#1948) ## Changes To be used with https://github.com/databricks/cli/tree/main/internal/bugbash. ## Tests n/a --- .github/workflows/release-snapshot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 4392c248..4a7597dc 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -5,6 +5,7 @@ on: branches: - "main" - "demo-*" + - "bugbash-*" # Confirm that snapshot builds work if this file is modified. pull_request: