[workflow] enblaed doc build from a forked repo (#3815)

pull/3825/head
Frank Lee 2023-05-23 17:49:53 +08:00 committed by GitHub
parent 19d153057e
commit 1e3b64f26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@ name: Build Documentation After Merge
on:
workflow_dispatch:
pull_request:
push:
paths:
- 'version.txt'
- 'docs/**'
types:
- closed
- "version.txt"
- "docs/**"
branches:
- "main"
jobs:
build-doc: