mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
ci: 仅在master分支运行sync-wiki工作流
This commit is contained in:
parent
dce134d08d
commit
06037df607
7
.github/workflows/sync-wiki.yml
vendored
7
.github/workflows/sync-wiki.yml
vendored
|
@ -1,7 +1,14 @@
|
||||||
name: Update Wiki
|
name: Update Wiki
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- 'res/wiki/**'
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'res/wiki/**'
|
- 'res/wiki/**'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user