Skip to content

Commit

Permalink
turn on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Jan 11, 2022
1 parent ac86639 commit ff24fd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown-pak.yaml
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit ff24fd6

Please sign in to comment.