Skip to content

Commit f83c14b

Browse files
committed
ci: trigger on PRs targeting develop and main
1 parent eb9c2de commit f83c14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, develop ]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)