mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 19:28:39 +00:00
docs.yml enable for pushes to main branch (#8463)
This commit is contained in:
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user