Skip to content

Commit f5bddf6

Browse files
committed
ci: stop running pkgdown on every commit
1 parent 5e50a5a commit f5bddf6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# Created with usethis + edited to run on PRs to dev, use API key.
55
on:
66
push:
7-
branches: [dev, main]
8-
pull_request:
9-
branches: [dev, main]
7+
branches: [main, dev]
108
release:
119
types: [published]
1210
workflow_dispatch:

0 commit comments

Comments
 (0)