mirror of https://github.com/hpcaitech/ColossalAI
[workflow] fixed doc build trigger condition (#3072)
parent
f19b49e164
commit
91ccf97514
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue