[workflow] fixed doc build trigger condition (#3072)

pull/3080/head
Frank Lee 2023-03-09 17:31:41 +08:00 committed by GitHub
parent f19b49e164
commit 91ccf97514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
name: Build Documentation upon Release
name: Build Documentation After Merge
on:
workflow_dispatch:
pull_request:
paths:
- 'version.txt'
- 'docs/'
- 'docs/**'
types:
- closed