From ce3508613bc1db3ad05758f452ffecf293fba643 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 28 Jun 2023 09:36:25 -0400
Subject: [PATCH] SL-18837: Include actions-build-sh branch in build trigger
 pushes.

---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index fbb073968d9..f7a3eb5e7db 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -4,7 +4,7 @@ on:
   workflow_dispatch:
   pull_request:
   push:
-    branches: ["actions"]
+    branches: ["actions", "actions-build-sh"]
     tags: ["*"]
 
 jobs:
-- 
GitLab