Skip to content

Commit d3ac75a

Browse files
committed
Automatically build docs when pushing tags
1 parent 2d62a84 commit d3ac75a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sphinx-build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Docs
22

33
on:
4+
push:
5+
tags:
6+
- '*'
7+
48
# Manual run
59
workflow_dispatch:
610

0 commit comments

Comments
 (0)