diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:30:00 -0800 |
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:30:00 -0800 |
| commit | f9d0a54fdf85510e563858412c6c6ced9b06e096 (patch) | |
| tree | 6ec0ae79ad6e8811812e726454f4313ea25ac501 /.github/workflows | |
| parent | 4057d38e969b2a9d29d111ee3b238a562e82fd9a (diff) | |
| parent | 9161d5b6e69172d9663fca85321d5d7e2c7e55fe (diff) | |
Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer-private into roxie/webrtc-voice
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 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: |
