Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Dec 29, 2024
1 parent 69efff2 commit e15e696
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/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]
workflow_dispatch:
# push:
# branches: [main, master]
# pull_request:
# branches: [main, master]

name: R-CMD-check

Expand All @@ -27,4 +28,3 @@ jobs:
needs: check

- uses: r-lib/actions/check-r-package@v2

11 changes: 6 additions & 5 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/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]
workflow_dispatch:
# push:
# branches: [main, master]
# pull_request:
# branches: [main, master]

name: R-CMD-check

Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
upload-snapshots: true
14 changes: 7 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/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]
release:
types: [published]
workflow_dispatch:
# push:
# branches: [main, master]
# pull_request:
# branches: [main, master]
# release:
# types: [published]

name: pkgdown

Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
with:
clean: false
branch: gh-pages
folder: docs
folder: docs

0 comments on commit e15e696

Please sign in to comment.