Skip to content

Commit 60cef1e

Browse files
committed
updating CI
1 parent 2f40e0c commit 60cef1e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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, devel]
5+
branches: [devel]
66
pull_request:
7-
branches: [main, master, devel]
7+
branches: [devel]
88

99
name: R-CMD-check
1010

.github/workflows/test-coverage.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, devel]
5+
branches: [devel]
66
pull_request:
7-
branches: [main, master, devel]
7+
branches: [devel]
88

99
name: test-coverage
1010

0 commit comments

Comments
 (0)