Skip to content

Commit 662c31c

Browse files
authored
Merge pull request #3419 from secondlife/signal/build-develop
Build `develop` branch on every commit
2 parents 8a0863f + 8993c40 commit 662c31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
pull_request:
55
push:
6-
branches: ["main", "release/*", "project/*"]
6+
branches: ["develop", "main", "release/*", "project/*"]
77
tags: ["Second_Life*"]
88

99
jobs:

0 commit comments

Comments
 (0)