mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update crowdin action triggers
This commit is contained in:
parent
76ac888386
commit
0b16c2db03
4
.github/workflows/crowdin.yml
vendored
4
.github/workflows/crowdin.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Crowdin Action
|
name: Crowdin Action
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '2 */1 * * *'
|
||||||
push:
|
push:
|
||||||
paths: [
|
paths: [
|
||||||
'src/locale/**',
|
'src/locale/**',
|
||||||
@ -10,6 +13,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
synchronize-with-crowdin:
|
synchronize-with-crowdin:
|
||||||
|
name: Crowdin Sync
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user