diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index d1bc381f..ef9c52e0 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -4,6 +4,8 @@ on: push: paths: - '**.xml' + branches: + - master concurrency: group: "locale-list" @@ -24,4 +26,4 @@ jobs: git add . # "echo" returns true so the build succeeds, even if no changed files git commit -m 'chore: update list of locales' || echo - git push \ No newline at end of file + git push