diff options
author | Vir Linden <60274682+vir-linden@users.noreply.github.com> | 2024-02-01 08:29:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 08:29:43 -0500 |
commit | edb2fb57f8782f966c7ea675d2e4c0135352ef02 (patch) | |
tree | 8039cb510fa5f1b18e0029f5f4a735aa846e16c5 | |
parent | c0861e93665b7fa334cbea3fec76888a0da86f89 (diff) | |
parent | 27e3fdc957cba70645f9c6edf8ac994305116e6c (diff) |
Merge pull request #702 from secondlife/signal/reduce-builds
build.yaml: Build shared branches
-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: |