Skip to content

Commit

Permalink
ci(pkgdown): run only on R-CMD-check success
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Oct 31, 2023
1 parent b5725fc commit b746fbf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# 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:
workflow_run:
workflows: [R-CMD-check]
types: [completed]

name: pkgdown

Expand Down

0 comments on commit b746fbf

Please sign in to comment.