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: