mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user