Skip to content

Commit

Permalink
add push and cron conditions, add main ref checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Sep 30, 2024
1 parent b0cbcb0 commit f9ad707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Update Crowdin strings bi-directionally
run-name: Update from Crowdin

on:
push:
schedule:
- cron: "30 */3 * * *"
workflow_dispatch:

permissions:
Expand All @@ -18,6 +21,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: "main"

- name: Grab strings from Crowdin
uses: crowdin/[email protected]
Expand Down

0 comments on commit f9ad707

Please sign in to comment.