Skip to content

Commit

Permalink
update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
egeulgen committed Apr 28, 2024
1 parent 88c9193 commit ee96cb7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches:
- master
pull_request:
branches: [main, master]
branches:
- master

name: R-CMD-check

Expand All @@ -25,6 +27,7 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

Expand Down

0 comments on commit ee96cb7

Please sign in to comment.