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: