Only build and deploy docs on pushes to main, not for pull requests.

This commit is contained in:
Dan Helfman 2025-04-17 20:51:40 -07:00
commit c3c37dee13

View file

@ -17,6 +17,7 @@ jobs:
docs:
needs: [test]
runs-on: host
if: gitea.event_name == 'push'
env:
IMAGE_NAME: projects.torsion.org/borgmatic-collective/borgmatic:docs