mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 06:50:58 +00:00
Update update override-all.json
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Check and Update override-all.json
|
name: Check and Update override_all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -8,12 +8,13 @@ on:
|
|||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
paths:
|
paths:
|
||||||
- 'config-template.py'
|
- 'config-template.py'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-override-all:
|
update-override-all:
|
||||||
|
name: check and update
|
||||||
if: github.event.pull_request.merged == true || github.event_name == 'push'
|
if: github.event.pull_request.merged == true || github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user