summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-09 14:01:00 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-09 14:01:00 -0500
commit10c5f46a6a847b62da62dd12f1840bd765ff92fd (patch)
tree661f126ef932d18c0162f367403787e24e315884 /.github/workflows
parentd164f1c929f5be220a48085faccd861189469fc3 (diff)
parent19b808316b7d4095905baf6ff9f26e3045a86fcd (diff)
Merge branch 'main' into release/luau-scripting
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 849c10d62e..1dd2c1d5df 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -4,8 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
- branches: ["*"]
- tags: ["*"]
+ branches: ["main", "release/*", "project/*"]
+ tags: ["Second_Life_*"]
jobs:
build: