From d2b057775212a880ffc0271a2f2970516ae71118 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sun, 26 Mar 2023 23:41:15 +0800 Subject: [PATCH] Update update override-all.json --- .github/workflows/update override-all.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update override-all.json b/.github/workflows/update override-all.json index fca9c054..850186c4 100644 --- a/.github/workflows/update override-all.json +++ b/.github/workflows/update override-all.json @@ -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: