summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-06-28 09:36:25 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-06-28 09:36:25 -0400
commitce3508613bc1db3ad05758f452ffecf293fba643 (patch)
tree357ed23a845f22857be968bfb15c071ab6ca5547
parent8a6247e34b1f77a248fc37b62852d4924df97d28 (diff)
SL-18837: Include actions-build-sh branch in build trigger pushes.
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index fbb073968d..f7a3eb5e7d 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: