ci: only build docs on tags (#538)

* ci: only build docs on tags

* add branch for docs builds
This commit is contained in:
Matt Robinson 2023-05-02 11:15:23 -04:00 committed by GitHub
parent 61209b34bd
commit 19488bf15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,9 @@ name: Sphinx build
on:
push:
branches: [ main ]
branches: [ docs-build ]
tags:
- '*'
jobs:
docs: