mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
Update update override-all.json
This commit is contained in:
parent
b4edd5cbad
commit
d2b0577752
5
.github/workflows/update override-all.json
vendored
5
.github/workflows/update override-all.json
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Check and Update override-all.json
|
||||
name: Check and Update override_all
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -8,12 +8,13 @@ on:
|
|||
types:
|
||||
- closed
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- 'config-template.py'
|
||||
|
||||
jobs:
|
||||
update-override-all:
|
||||
name: check and update
|
||||
if: github.event.pull_request.merged == true || github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user