diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2024-02-07 14:54:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 14:54:11 -0600 |
| commit | 43b4159c8c2ca9ed1ff11399ac09e5496db9d271 (patch) | |
| tree | 60b8771a4f6b2b9dae8ab7874a01c9af55a9b5e5 /.github/workflows | |
| parent | 619bcf78f47b091380c227b2929046311e745c6a (diff) | |
| parent | edb2fb57f8782f966c7ea675d2e4c0135352ef02 (diff) | |
Merge pull request #756 from secondlife/main
merge main to materials_featurette
Diffstat (limited to '.github/workflows')
| -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: |
