Skip to content

Commit

Permalink
chore: change translation push workflow to trigger on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed May 2, 2024
1 parent 8a78db8 commit 64fdd22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/translation_push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Crowdin Push

on:
push:
paths: ['i18n/**']
branches: [master]
workflow_dispatch:

permissions: write-all

jobs:
crowdin-upload:
Expand Down

0 comments on commit 64fdd22

Please sign in to comment.