summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-10-25 14:39:31 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-10-25 14:39:31 -0400
commite4d6a08941f9c4e81bda8ae14d481be5029353fd (patch)
treec27f2e5a01bceaabda36497469c2eaee047826fa /.github/workflows
parent732fedbe8f585b86f7f44c058b7407f0f8a9ecf7 (diff)
SL-18837: Build all branches on GitHub now.
Diffstat (limited to '.github/workflows')
-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 33a8cffa3f..1cd0c2526f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
pull_request:
push:
- branches: [main, "actions*"]
+ branches: ["*"]
tags: ["*"]
jobs: