Skip to content

Commit 3991e9d

Browse files
author
Chen Ying
committed
add check of test-coverage for push and PR towards devel_pre and devel_pre_v4
1 parent b75e95d commit 3991e9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches:
6-
- devel
5+
branches: [devel, devel_pre, devel_pre_v4]
6+
77
pull_request:
8-
branches: [main, devel]
8+
branches: [devel, devel_pre, devel_pre_v4]
99

1010
name: test-coverage
1111

0 commit comments

Comments
 (0)