summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-02-07 14:54:11 -0600
committerGitHub <noreply@github.com>2024-02-07 14:54:11 -0600
commit43b4159c8c2ca9ed1ff11399ac09e5496db9d271 (patch)
tree60b8771a4f6b2b9dae8ab7874a01c9af55a9b5e5 /.github/workflows
parent619bcf78f47b091380c227b2929046311e745c6a (diff)
parentedb2fb57f8782f966c7ea675d2e4c0135352ef02 (diff)
Merge pull request #756 from secondlife/main
merge main to materials_featurette
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 dee1ca24ab..70a3747b71 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: