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
+3 -2
View File
@@ -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: