Browse Source

fix

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3009/head
crueter 4 months ago
parent
commit
32f312dcc2
  1. 7
      .github/workflows/translations.yml

7
.github/workflows/translations.yml

@ -2,9 +2,10 @@ name: tx-pull
on:
# monday, wednesday, saturday at 2pm
cron:
- '0 14 * * 1,3,6'
push:
schedule:
cron:
- '0 14 * * 1,3,6'
pull_request:
branches: [ master ]
jobs:

Loading…
Cancel
Save