Skip to content

Commit cf0cfce

Browse files
committed
Customized branches for check CI (closes #47)
1 parent 6358538 commit cf0cfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [master, develop, release-*]
66
pull_request:
7-
branches: [main, master]
7+
branches: [develop]
88

99
name: R-CMD-check
1010

0 commit comments

Comments
 (0)