mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
ci: 仅在master分支运行sync-wiki工作流
This commit is contained in:
7
.github/workflows/sync-wiki.yml
vendored
7
.github/workflows/sync-wiki.yml
vendored
@@ -1,7 +1,14 @@
|
||||
name: Update Wiki
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'res/wiki/**'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'res/wiki/**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user