Skip to content

Commit

Permalink
update DEV page
Browse files Browse the repository at this point in the history
  • Loading branch information
RossanaTat committed Oct 4, 2024
1 parent 9d97c8c commit 4a87d0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [DEV, master]
branches: [DEV]
pull_request:
branches: [DEV, master]
branches: [DEV]
release:
types: [published]
workflow_dispatch:

name: pkgdown
name: pkgdown.yaml

permissions: read-all

jobs:
pkgdown:
Expand Down

0 comments on commit 4a87d0b

Please sign in to comment.