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:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**.xml'
|
- '**.xml'
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "locale-list"
|
group: "locale-list"
|
||||||
|
@ -24,4 +26,4 @@ jobs:
|
||||||
git add .
|
git add .
|
||||||
# "echo" returns true so the build succeeds, even if no changed files
|
# "echo" returns true so the build succeeds, even if no changed files
|
||||||
git commit -m 'chore: update list of locales' || echo
|
git commit -m 'chore: update list of locales' || echo
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue