Skip to content

Commit 6c494d4

Browse files
committed
Trigger pkgdown on a published release, not a tag
1 parent f0fc0fc commit 6c494d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
on:
44
push:
55
branches: [main, master]
6-
tags: ['*']
6+
release:
7+
types: [published]
78
workflow_dispatch:
89

910
name: pkgdown

0 commit comments

Comments
 (0)