Skip to content

Commit

Permalink
Merge pull request #205 from ixartz/crowdin-7
Browse files Browse the repository at this point in the history
chore: run Crowdin worflow when a new commit is pushed on main
  • Loading branch information
ixartz authored Dec 13, 2023
2 parents c8ea2ce + 8b5b994 commit b5a3c58
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 b5a3c58

Please sign in to comment.