diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-02-08 14:54:57 -0600 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2024-02-08 14:54:57 -0600 |
commit | 602be267ed55dc7cb3725bff1510d59bec950d39 (patch) | |
tree | 695e72c4794bed40a2b32fdd65bda14901439d5c /.github/workflows/build.yaml | |
parent | c721152c444ee7a13e4217f86dfcce34b7488ee5 (diff) | |
parent | 4f6e3acece507b8be66b76db5609bdaec41307d4 (diff) |
Merge branch 'release/materials_featurette' into materials_featurette/mirrors
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
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: |