Skip to content

Commit

Permalink
update github checks for cache branch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Jan 8, 2024
1 parent a44c22c commit a102b07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 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, dev]
branches: [main, master, dev, cache]
pull_request:
branches: [main, master, dev]
branches: [main, master, dev, cache]

name: R-CMD-check

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
branches:
- main
- dev
- cache

jobs:
pkgcheck:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.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,dev]
branches: [main, master, dev, cache]
pull_request:
branches: [main, master,dev]
branches: [main, master, dev, cache]

name: test-coverage

Expand Down

0 comments on commit a102b07

Please sign in to comment.