Skip to content

Commit df4562e

Browse files
committed
added .github original workflow accidentally deleted it
1 parent c13631d commit df4562e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 3 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: [dev]
5+
branches: [main]
66
pull_request:
7-
branches: [dev]
7+
branches: [main]
88

99
name: R-CMD-check.yaml
1010

@@ -22,7 +22,9 @@ jobs:
2222
config:
2323
- {os: macos-latest, r: 'release'}
2424
- {os: windows-latest, r: 'release'}
25+
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2526
- {os: ubuntu-latest, r: 'release'}
27+
- {os: ubuntu-latest, r: 'oldrel-1'}
2628

2729
env:
2830
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -49,4 +51,4 @@ jobs:
4951
with:
5052
upload-snapshots: true
5153
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
52-
error_on: "error"
54+
error_on: "error"

0 commit comments

Comments
 (0)