only run on master

This commit is contained in:
Cloudburst 2022-12-25 19:52:30 +01:00 committed by GitHub
parent c11bab4a51
commit 6db688e0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
git push