Skip to content

Commit e731f6b

Browse files
committed
GH Actions/Update docs workflow: fix event selection
1 parent df0ef52 commit e731f6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
# Using release->published rather than push->tag, as the GH API used within the GH Pages
66
# generation doesn't have access to the last tag, but does have access to the last release info.
77
release:
8-
published:
8+
types:
9+
- published
910
# And on PRs which update either this workflow or one of the associated files (for a dry-run).
1011
pull_request:
1112
paths:

0 commit comments

Comments
 (0)