summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-09 13:31:30 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-09 13:31:30 -0500
commit19b808316b7d4095905baf6ff9f26e3045a86fcd (patch)
tree6d9d6d7c71cbf021d579842bab9add3fbf2e1b57 /.github/workflows
parente2ba2f9c453d4e913b0deb5dfee2a07c55034655 (diff)
parent60c8b432b3da7c812b1edd2d79afbe82cc4d33bd (diff)
Merge branch 'main' of github.com:secondlife/viewer
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: