Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
do not rebuild website automatically for pull requests to develop
  • Loading branch information
venpopov authored Feb 7, 2024
1 parent 5696101 commit bc4fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
branches: [master]
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit bc4fcfa

Please sign in to comment.