Skip to content

Commit

Permalink
chore: run Crowdin worflow when a new commit is pushed on main
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Dec 13, 2023
1 parent c8ea2ce commit 8b5b994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Crowdin Action

on:
workflow_dispatch:
push:
branches: [ main ]
schedule:
- cron: "0 5 * * *"
workflow_dispatch:

jobs:
synchronize-with-crowdin:
Expand Down

0 comments on commit 8b5b994

Please sign in to comment.