autobuild docs site when main changes

This commit is contained in:
Loren Norman 2025-07-18 15:29:39 -04:00
parent 2845533271
commit f79bc858b8

View file

@ -4,7 +4,7 @@ name: Build Docs and Deploy to Pages
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: ["docs"] branches: ["main"]
# later: auto-build on version tags # later: auto-build on version tags