Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaette committed Nov 24, 2023
1 parent 83a6bd6 commit d6dba22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, devel]
pull_request:
branches: [main, master]
branches: [main, devel]

name: R-CMD-check

Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Test coverage
if: runner.os == 'Linux'
run: covr::codecov()
shell: Rscript {0}
shell: Rscript {0}

0 comments on commit d6dba22

Please sign in to comment.