diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-09 13:31:30 -0500 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-09 13:31:30 -0500 |
| commit | 19b808316b7d4095905baf6ff9f26e3045a86fcd (patch) | |
| tree | 6d9d6d7c71cbf021d579842bab9add3fbf2e1b57 /.github/workflows | |
| parent | e2ba2f9c453d4e913b0deb5dfee2a07c55034655 (diff) | |
| parent | 60c8b432b3da7c812b1edd2d79afbe82cc4d33bd (diff) | |
Merge branch 'main' of github.com:secondlife/viewer
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: |
