From 17ca2c481b282a788c3d21215a3e02fe8d72d2ac Mon Sep 17 00:00:00 2001 From: Ian Lyttle Date: Sun, 31 Dec 2023 14:27:14 -0600 Subject: [PATCH] activate "unused" triggers --- .github/workflows/R-CMD-check-old.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/R-CMD-check-old.yaml b/.github/workflows/R-CMD-check-old.yaml index 7dc307f..29f6adf 100644 --- a/.github/workflows/R-CMD-check-old.yaml +++ b/.github/workflows/R-CMD-check-old.yaml @@ -1,10 +1,10 @@ # 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: - # branches: - # - main - # - master + push: + branches: + - main + - master # pull_request: # branches: # - main