forked from recloudstream/cloudstream
only run on master
This commit is contained in:
parent
c11bab4a51
commit
6db688e0bf
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update_locales.yml
vendored
4
.github/workflows/update_locales.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue