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. # For manual pushes.
workflow_dispatch: workflow_dispatch:
# Enable for whenever main gets updated. # Pushes to main that touch the documentation directory.
# push: push:
# branches: branches:
# - main - main
paths:
- 'docs/**'
permissions: permissions:
contents: write contents: write