From 6db688e0bfd1dcab0c623989cf4cf4f9a8eb0bdc Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sun, 25 Dec 2022 19:52:30 +0100 Subject: [PATCH] only run on master --- .github/workflows/update_locales.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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