Skip to content

Commit

Permalink
docs.yml enable for pushes to main branch (#8463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess authored Dec 24, 2024
1 parent fb3ccd3 commit 46cc3d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46cc3d6

Please sign in to comment.