Skip to content

Commit edb2fb5

Browse files
authored
Merge pull request #702 from secondlife/signal/reduce-builds
build.yaml: Build shared branches
2 parents c0861e9 + 27e3fdc commit edb2fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55
pull_request:
66
push:
7-
branches: ["*"]
8-
tags: ["*"]
7+
branches: ["main", "release/*", "project/*"]
8+
tags: ["Second_Life_*"]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)