Skip to content

Commit c379ce3

Browse files
committed
build(workflow): added develop branch to workflow triggers
1 parent d9a0262 commit c379ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_lint_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build, Lint, and Test
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, develop ]
99
pull_request:
1010
branches: [ main ]
1111

0 commit comments

Comments
 (0)