Skip to content

Commit f9a7c99

Browse files
authored
ci(build-docs): Fix release trigger not to build docs from prerelease (#1461)
1 parent c3ecbb9 commit f9a7c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
- NEWS.md
3838
release:
3939
types:
40-
- published
40+
- released
4141
workflow_dispatch:
4242

4343
concurrency:

0 commit comments

Comments
 (0)