1 parent c13631d commit df4562eCopy full SHA for df4562e
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -2,9 +2,9 @@
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
on:
4
push:
5
- branches: [dev]
+ branches: [main]
6
pull_request:
7
8
9
name: R-CMD-check.yaml
10
@@ -22,7 +22,9 @@ jobs:
22
config:
23
- {os: macos-latest, r: 'release'}
24
- {os: windows-latest, r: 'release'}
25
+ - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
26
- {os: ubuntu-latest, r: 'release'}
27
+ - {os: ubuntu-latest, r: 'oldrel-1'}
28
29
env:
30
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -49,4 +51,4 @@ jobs:
49
51
with:
50
52
upload-snapshots: true
53
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
- error_on: "error"
54
+ error_on: "error"
0 commit comments