Skip to content

Commit 9ca4f00

Browse files
committed
chore: update build workflow to include develop branch for push and pull request events
1 parent f6bf20d commit 9ca4f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, develop ]
88
release:
99
types: [created]
1010

0 commit comments

Comments
 (0)