Merge pull request #702 from secondlife/signal/reduce-builds

build.yaml: Build shared branches
master
Vir Linden 2024-02-01 08:29:43 -05:00 committed by GitHub
commit edb2fb57f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches: ["*"]
tags: ["*"]
branches: ["main", "release/*", "project/*"]
tags: ["Second_Life_*"]
jobs:
build: