We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0ef52 commit e731f6bCopy full SHA for e731f6b
.github/workflows/update-docs.yml
@@ -5,7 +5,8 @@ on:
5
# Using release->published rather than push->tag, as the GH API used within the GH Pages
6
# generation doesn't have access to the last tag, but does have access to the last release info.
7
release:
8
- published:
+ types:
9
+ - published
10
# And on PRs which update either this workflow or one of the associated files (for a dry-run).
11
pull_request:
12
paths:
0 commit comments