Update update override-all.json

This commit is contained in:
Rock Chin 2023-03-26 23:41:15 +08:00 committed by GitHub
parent b4edd5cbad
commit d2b0577752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: