From 4c12548768e67802f8641138216bcc253eed583f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 4 Sep 2025 21:17:58 -0400 Subject: [PATCH] Test master --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 19fa7fa..a5afc74 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,6 +1,8 @@ # 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 +on: + push: + pull_request: name: R-CMD-check jobs: @@ -71,3 +73,4 @@ jobs: with: name: ${{ runner.os }}-r${{ matrix.config.r }}-results path: check +