diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-06-28 09:36:25 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-06-28 09:36:25 -0400 |
commit | ce3508613bc1db3ad05758f452ffecf293fba643 (patch) | |
tree | 357ed23a845f22857be968bfb15c071ab6ca5547 | |
parent | 8a6247e34b1f77a248fc37b62852d4924df97d28 (diff) |
SL-18837: Include actions-build-sh branch in build trigger pushes.
-rw-r--r-- | .github/workflows/build.yaml | 2 |
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: |