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

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