mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: Manual branch creation dispatch
This commit is contained in:
parent
17f22a7197
commit
3100f3261a
1 changed files with 1 additions and 6 deletions
7
.github/workflows/i18n-manual-branch.yml
vendored
7
.github/workflows/i18n-manual-branch.yml
vendored
|
|
@ -1,12 +1,7 @@
|
||||||
name: Manual update i18n files
|
name: Manual update i18n files
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
|
||||||
- main # Only care about the main branch, don't care about any PRs or forks
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- client/strings/** # Should only check if any strings changed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_translations:
|
update_translations:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue