Skip to content

Commit

Permalink
Merge pull request #94 from jlacko/dev-version
Browse files Browse the repository at this point in the history
actions tuning
  • Loading branch information
jlacko authored Mar 4, 2024
2 parents 0dcaf69 + 1874296 commit 7fefd5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
on:
push:
pull_request:
types:
- opened
branches:
- master

Expand All @@ -16,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

Expand Down

0 comments on commit 7fefd5a

Please sign in to comment.