Skip to content

Commit

Permalink
Update R-CMD check action
Browse files Browse the repository at this point in the history
  • Loading branch information
ailich committed Apr 26, 2023
1 parent 9909baa commit 264ba79
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, master, test]
pull_request:
branches: [main, master]
branches: [main, master, test]

name: R-CMD-check

Expand All @@ -29,7 +29,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit 264ba79

Please sign in to comment.