switch docs to publish on tag

This commit is contained in:
Joel Wetzell
2026-05-19 22:14:46 -05:00
parent 79892d1372
commit 2ec22b1f9b
+2 -2
View File
@@ -2,8 +2,8 @@ name: Publish to docs site
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "v*"
jobs:
build-docs:
runs-on: ubuntu-latest