diff --git a/.github/workflows/rostemplate-gh-pages.yaml b/.github/workflows/rostemplate-gh-pages.yaml index 240b11e..fd2711c 100644 --- a/.github/workflows/rostemplate-gh-pages.yaml +++ b/.github/workflows/rostemplate-gh-pages.yaml @@ -5,6 +5,11 @@ on: push: branches: [main, master] tags: ['*'] + pull_request: + branches: [main, master] + release: + types: [published] + workflow_dispatch: name: rostemplate-gh-pages permissions: write-all @@ -36,4 +41,3 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, clean = TRUE)' -