Skip to content

Commit 8993c40

Browse files
authored
Build develop branch on every commit
Add `develop` to the list of branches that always build. This is critical as develop is our primary integration and development branch.
1 parent 8a0863f commit 8993c40

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)