Skip to content

Commit

Permalink
do testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Oct 8, 2024
1 parent ac9c0b7 commit 79b7d76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-standard.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, dev]
branches: [main, dev, testing]
pull_request:
branches: [main, dev]
branches: [main, dev, testing]

name: R-CMD-check

Expand All @@ -21,8 +21,10 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-4'}
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 79b7d76

Please sign in to comment.