Skip to content

Commit 4059da6

Browse files
committed
make github actions also for devel branch
1 parent 8492f6a commit 4059da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: [main, master, devel]
66
pull_request:
77

88
name: R-CMD-check.yaml

0 commit comments

Comments
 (0)