mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-23 14:10:29 +00:00
[workflow] fixed doc build trigger condition (#3072)
This commit is contained in:
parent
f19b49e164
commit
91ccf97514
4
.github/workflows/doc_build_after_merge.yml
vendored
4
.github/workflows/doc_build_after_merge.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: Build Documentation upon Release
|
name: Build Documentation After Merge
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'version.txt'
|
- 'version.txt'
|
||||||
- 'docs/'
|
- 'docs/**'
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user