mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
docs.yml enable for pushes to main branch (#8463)
This commit is contained in:
parent
fb3ccd36c0
commit
46cc3d6432
1 changed files with 6 additions and 4 deletions
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue