docs.yml enable for pushes to main branch (#8463)

This commit is contained in:
Derek Bailey 2024-12-23 20:49:27 -08:00 committed by GitHub
parent fb3ccd36c0
commit 46cc3d6432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,10 +3,12 @@ on:
# For manual pushes.
workflow_dispatch:
# Enable for whenever main gets updated.
# push:
# branches:
# - main
# Pushes to main that touch the documentation directory.
push:
branches:
- main
paths:
- 'docs/**'
permissions:
contents: write