Skip to content

Commit 3bb21a3

Browse files
committed
build docs on publish release.
1 parent fa4dce5 commit 3bb21a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sphinx_doc_build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name: Build API Documentation
33

44
on:
5-
# trigger this workflow when a release is published.
6-
push:
7-
branches:
8-
- main
9-
# tags:
10-
# - v*.*.*
5+
release:
6+
types:
7+
- published
8+
# push:
9+
# branches:
10+
# - main
1111

1212
env:
1313
# environment variables.

0 commit comments

Comments
 (0)