From ff24fd6c38ec3ca51a876f07da8294e672ea20bd Mon Sep 17 00:00:00 2001 From: Tan-DESKPC Date: Tue, 11 Jan 2022 12:09:02 -0500 Subject: [PATCH] turn on gha --- .github/workflows/R-CMD-check.yaml | 8 ++++---- .github/workflows/pkgdown-pak.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index aa66ba7..4f9f6e5 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -1,10 +1,10 @@ # Workflow derived from https://github.com/r-lib/actions/tree/master/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - # push: - # branches: [main, master] - # pull_request: - # branches: [main, master] + push: + branches: [main, master] + pull_request: + branches: [main, master] workflow_dispatch: name: R-CMD-check diff --git a/.github/workflows/pkgdown-pak.yaml b/.github/workflows/pkgdown-pak.yaml index 9526672..4857c7b 100644 --- a/.github/workflows/pkgdown-pak.yaml +++ b/.github/workflows/pkgdown-pak.yaml @@ -1,8 +1,8 @@ # Workflow derived from https://github.com/r-lib/actions/tree/master/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - # push: - # branches: [main, master] + push: + branches: [main, master] # tags: ['*'] workflow_dispatch: