mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-17 20:40:34 +00:00
ci: only build docs on tags (#538)
* ci: only build docs on tags * add branch for docs builds
This commit is contained in:
parent
61209b34bd
commit
19488bf15f
4
.github/workflows/sphinx.yml
vendored
4
.github/workflows/sphinx.yml
vendored
@ -5,7 +5,9 @@ name: Sphinx build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ docs-build ]
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user