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