From eb9694418acf388770026cb00b93ef2b8f7ad3a8 Mon Sep 17 00:00:00 2001 From: Federico Marini Date: Wed, 27 Mar 2024 13:38:46 +0100 Subject: [PATCH] updating branch to run GHAs on --- .github/workflows/R-CMD-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 1b9aac9..548e847 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -2,7 +2,7 @@ on: push: pull_request: branches: - - master + - devel schedule: - cron: '0 8 * * 5' @@ -137,7 +137,7 @@ jobs: shell: Rscript {0} - name: Deploy - if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.config.os == 'macOS-latest' + if: github.event_name == 'push' && github.ref == 'refs/heads/devel' && matrix.config.os == 'macOS-latest' run: | R CMD INSTALL . Rscript -e "remotes::install_dev('pkgdown'); pkgdown::deploy_to_branch(new_process = FALSE)"